aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7254b77..a24b1e8 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,8 @@ In order to build vis you will need a
compiler, a [POSIX.1-2008](http://pubs.opengroup.org/onlinepubs/9699919799/)
compatible environment as well as:
- * [libcurses](http://www.gnu.org/software/ncurses/), preferably in the
- wide-character version
* [libtermkey](http://www.leonerd.org.uk/code/libtermkey/)
+ * [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)) (recommended)
* [Lua](http://www.lua.org/) >= 5.2 (optional)
* [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) >= 0.12
(optional runtime dependency required for syntax highlighting)