aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorZapAnton <[email protected]>2018-07-23 07:01:08 +0100
committerZapAnton <[email protected]>2018-07-23 07:01:08 +0100
commit377454732a5fb3d484afbe07d506baf0ef1f7832 (patch)
treee8f1c9a812fcaba25d907e5907e47dcacfa36fa5 /readme.md
parentd454b4d574fd6695342a122f26bdbd25966a8f42 (diff)
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 0059143..b5b0d9b 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