From badef331d475c810265efe4f48b06157d167d172 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 8 Feb 2020 14:37:59 +0100 Subject: [PATCH] Add Debian/Ubuntu install instructions to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2d4c09a85bd8c..645da7b3aac78 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Ncurses and tiles version available in [official repos](https://src.fedoraprojec `sudo dnf install cataclysm-dda` +### Debian / Ubuntu + +Ncurses and tiles version available in [official repos](https://tracker.debian.org/pkg/cataclysm-dda) + +`sudo apt install cataclysm-dda-curses cataclysm-dda-sdl` + ## Compile Please read [COMPILING.md](doc/COMPILING/COMPILING.md) - it covers general information and more specific recipes for Linux, OS X, Windows and BSD. See [COMPILER_SUPPORT.md](doc/COMPILING/COMPILER_SUPPORT.md) for details on which compilers we support. And you can always dig for more information in [doc/](https://github.com/CleverRaven/Cataclysm-DDA/tree/master/doc).