Add git dependency to readme

For people who can't wait for a release.
This commit is contained in:
Alexandre Bury 2016-07-03 13:16:22 -07:00 committed by GitHub
parent 9b587e353c
commit cb7a1e37a4

View File

@ -15,6 +15,13 @@ It is designed to be safe and easy to use:
cursive = "0.0.2"
```
Or to use the latest git version:
```
[dependencies]
cursive = { git = "https://github.com/gyscos/Cursive" }
```
(You will also need ncurses installed - if it isn't already, check in your package manager.)
```rust