From 77875d0ca6769353e80b527d1ff6d7e5972f5bc1 Mon Sep 17 00:00:00 2001 From: kl4ng Date: Sat, 22 Feb 2014 00:18:29 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65323f2..2297569 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Then execute the configure script with ./configure (you may need to pass it the echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf sudo ldconfig ``` -If you dont already have it, you might want to install the ncurses libraries, on Debian: +If you dont already have them, you might want to install the ncurses libraries, on Debian: ``` sudo apt-get install libncurses5-dev ```