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;