readme: add link to "Install ncurses" wiki page

This commit is contained in:
Alexandre Bury 2017-12-30 21:18:06 +01:00 committed by GitHub
parent ba0bc6dc56
commit fd08faca62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;