diff options
author | NerdyPepper <[email protected]> | 2018-08-05 07:03:29 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2018-08-05 07:03:29 +0100 |
commit | d86da2ce6c687401fe8e6e34fc69cd22aaba72e1 (patch) | |
tree | a8ca5922f961c3b9e10e6329064bec2cf90a2bcd | |
parent | a99e54f7fd5a01dc48ba527c3093ba337be3b85c (diff) |
Fix up readme
-rw-r--r-- | readme.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -14,18 +14,21 @@ cargo run --release | |||
14 | 14 | ||
15 | ## Usage | 15 | ## Usage |
16 | 16 | ||
17 | Taizen uses a **stack** like model. | 17 | Taizen uses a **stack** like model. |
18 | Articles are opened on new layers, pop a layer to go back. | 18 | Articles are opened on new layers, pop a layer to go back. |
19 | Hit `s` to search | 19 | Hit `s` to search |
20 | Hit `q` to quit | 20 | Hit `q` to quit |
21 | Hit `t` to pop a layer from the article stack | 21 | Hit `t` to pop a layer from the article stack |
22 | 22 | ||
23 | You can now view wikipedia pages in different languages, by passing the | 23 | You can now view wikipedia pages in different languages, by passing the |
24 | language code as a commandline arg. | 24 | language 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 | ### Examples | ||
28 | |||
27 | ``` | 29 | ``` |
28 | taizen --lang=sv | 30 | taizen https://pl.wikipedia.org/ # view the polski wikis |
31 | taizen --lang=sv # view the swedish wikis | ||
29 | ``` | 32 | ``` |
30 | 33 | ||
31 | 34 | ||