aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-08-05 07:03:29 +0100
committerNerdyPepper <[email protected]>2018-08-05 07:03:29 +0100
commitd86da2ce6c687401fe8e6e34fc69cd22aaba72e1 (patch)
treea8ca5922f961c3b9e10e6329064bec2cf90a2bcd /readme.md
parenta99e54f7fd5a01dc48ba527c3093ba337be3b85c (diff)
Fix up readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 89bab4c..5968f0f 100644
--- a/readme.md
+++ b/readme.md
@@ -14,18 +14,21 @@ cargo run --release
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### Examples
28
27``` 29```
28taizen --lang=sv 30taizen https://pl.wikipedia.org/ # view the polski wikis
31taizen --lang=sv # view the swedish wikis
29``` 32```
30 33
31 34