mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Add git dependency to readme
For people who can't wait for a release.
This commit is contained in:
parent
9b587e353c
commit
cb7a1e37a4
@ -15,6 +15,13 @@ It is designed to be safe and easy to use:
|
|||||||
cursive = "0.0.2"
|
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.)
|
(You will also need ncurses installed - if it isn't already, check in your package manager.)
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user