Update Readme.md

This commit is contained in:
Alexandre Bury 2016-09-27 11:08:29 -07:00 committed by GitHub
parent 076e8d47e9
commit aae9368961

View File

@ -24,7 +24,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.)
(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.)
```rust
extern crate cursive;