mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
readme: add link to "Install ncurses" wiki page
This commit is contained in:
parent
ba0bc6dc56
commit
fd08faca62
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user