aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}