diff options
author | Akshay <[email protected]> | 2018-07-23 12:57:31 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-23 12:57:31 +0100 |
commit | dc5ea7abdc83724b65f891baf93e65d8e17ae844 (patch) | |
tree | ca9fd0ed37944ab1dabdf4319e85786ec6601686 | |
parent | 6e71ad1a3b5df79f2ec0c8cbb5194ef1fe2c4faa (diff) | |
parent | 377454732a5fb3d484afbe07d506baf0ef1f7832 (diff) |
Merge pull request #7 from ZapAnton/clarify_docs
Added Cursive crate and ncurses installation links to README
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ | |||
5 | Browse Wikipedia pages from the command line. | 5 | Browse Wikipedia pages from the command line. |
6 | 6 | ||
7 | ## Installation | 7 | ## Installation |
8 | This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen` | ||
9 | make sure you have installed necessary Cursive [dependencies](https://github.com/gyscos/Cursive/wiki/Install-ncurses). | ||
8 | 10 | ||
9 | ```shell | 11 | ```shell |
10 | git clone https://github.com/nerdypepper/taizen | 12 | git clone https://github.com/nerdypepper/taizen |