From b640970819482aa61eb5a7a661644e8f41a5aed6 Mon Sep 17 00:00:00 2001 From: Matthias Sieber Date: Wed, 1 Aug 2018 16:40:43 -0700 Subject: changes as suggested by clippy --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index d6bfc3c..8d908d0 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ ![banner.png](https://0x0.st/sVMH.png) -Browse mediawiki pages from the command line. +Browse mediawiki pages from the command line. ## Installation This 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 ```shell git clone https://github.com/nerdypepper/taizen cd taizen -cargo run +cargo run --release ``` ## Usage Taizen uses a **stack** like model. -Articles are opened on new layers, pop a layer to go back. -Hit `s` to search -Hit `q` to quit +Articles are opened on new layers, pop a layer to go back. +Hit `s` to search +Hit `q` to quit Hit `t` to pop a layer from the article stack You can now view wikipedia pages in different languages, by passing the -language code as a commandline arg. +language code as a commandline arg. [List of language codes](https://en.wikipedia.org/wiki/List_of_Wikipedias#Detailed_list) ``` -- cgit v1.2.3