From fd08faca62105f2d263c8075e0f1e2a66975c56f Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 30 Dec 2017 21:18:06 +0100 Subject: [PATCH] readme: add link to "Install ncurses" wiki page --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b722216..459bf10 100644 --- a/Readme.md +++ b/Readme.md @@ -25,7 +25,7 @@ Or to use the latest git version: cursive = { git = "https://github.com/gyscos/Cursive" } ``` -(You will also need ncurses installed - if it isn't already, check in your package manager. Make sure you install the `ncursesw` version if available, for UTF-8 support.) +([You will also need ncurses installed.](https://github.com/gyscos/Cursive/wiki/Install-ncurses)) ```rust,no_run extern crate cursive;