aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMatthias Sieber <[email protected]>2018-08-02 00:40:43 +0100
committerMatthias Sieber <[email protected]>2018-08-02 00:40:43 +0100
commitb640970819482aa61eb5a7a661644e8f41a5aed6 (patch)
treea4db950741a2aa99881e55e38bee4e57121292e6 /readme.md
parentcb93bc02b13432ccfe5e231ebde1edd033a2b388 (diff)
changes as suggested by clippy
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index d6bfc3c..8d908d0 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,6 @@
1![banner.png](https://0x0.st/sVMH.png) 1![banner.png](https://0x0.st/sVMH.png)
2 2
3Browse mediawiki pages from the command line. 3Browse mediawiki pages from the command line.
4 4
5## Installation 5## Installation
6This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen` 6This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen`
@@ -9,19 +9,19 @@ make sure you have installed necessary Cursive [dependencies](https://github.com
9```shell 9```shell
10git clone https://github.com/nerdypepper/taizen 10git clone https://github.com/nerdypepper/taizen
11cd taizen 11cd taizen
12cargo run 12cargo run --release
13``` 13```
14 14
15## Usage 15## Usage
16 16
17Taizen uses a **stack** like model. 17Taizen uses a **stack** like model.
18Articles are opened on new layers, pop a layer to go back. 18Articles are opened on new layers, pop a layer to go back.
19Hit `s` to search 19Hit `s` to search
20Hit `q` to quit 20Hit `q` to quit
21Hit `t` to pop a layer from the article stack 21Hit `t` to pop a layer from the article stack
22 22
23You can now view wikipedia pages in different languages, by passing the 23You can now view wikipedia pages in different languages, by passing the
24language code as a commandline arg. 24language code as a commandline arg.
25[List of language codes](https://en.wikipedia.org/wiki/List_of_Wikipedias#Detailed_list) 25[List of language codes](https://en.wikipedia.org/wiki/List_of_Wikipedias#Detailed_list)
26 26
27``` 27```