aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-03-17 17:21:39 +0100
committerSven Gothel <[email protected]>2022-03-17 17:21:39 +0100
commitcb89a12648c0893b9c69fb4cf4b33467f5689be5 (patch)
treef4c996d2d2dc44145b4a4ee28e8c663fcfb0e2d2
parent7ab0a31c795d77d6a711e69503ff448a065e69b7 (diff)
README.md: Fix copy & pasteHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbff58f..56b3065 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ game rules including recording and replay of moves.
C++17 and better where the [ncurses library](https://invisible-island.net/ncurses/) is supported.
## Building Binaries
-The project requires make, g++ >= 8.3 and the libsdl2 for building.
+The project requires make, g++ >= 8.3 and ncurses for building.
Installing build dependencies on Debian (11 or better):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.sh}