aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2018-07-23 12:57:31 +0100
committerGitHub <[email protected]>2018-07-23 12:57:31 +0100
commitdc5ea7abdc83724b65f891baf93e65d8e17ae844 (patch)
treeca9fd0ed37944ab1dabdf4319e85786ec6601686 /readme.md
parent6e71ad1a3b5df79f2ec0c8cbb5194ef1fe2c4faa (diff)
parent377454732a5fb3d484afbe07d506baf0ef1f7832 (diff)
Merge pull request #7 from ZapAnton/clarify_docs
Added Cursive crate and ncurses installation links to README
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 05613d3..5d02db0 100644
--- a/readme.md
+++ b/readme.md
@@ -5,6 +5,8 @@
5Browse Wikipedia pages from the command line. 5Browse Wikipedia pages from the command line.
6 6
7## Installation 7## Installation
8This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen`
9make sure you have installed necessary Cursive [dependencies](https://github.com/gyscos/Cursive/wiki/Install-ncurses).
8 10
9```shell 11```shell
10git clone https://github.com/nerdypepper/taizen 12git clone https://github.com/nerdypepper/taizen