diff options
author | Benawi Adha <43810055+wustho@users.noreply.github.com> | 2019-10-24 09:28:51 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 09:28:51 +0700 |
commit | 2be838c5efd3049b9868bc7f252d4e1ab63af9fd (patch) | |
tree | 5deaf724a7a3daf3041900ee721d10b02ad5f7b5 /README.md | |
parent | 95be89425964c6aad2502771b42db420ad025305 (diff) | |
download | epy-2be838c5efd3049b9868bc7f252d4e1ab63af9fd.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,13 @@ Yet Another CLI EPUB Reader. It's just a fork of my own [epr](https://github.com/wustho/epr) with extra feature, -**Reading Percentage** (Which personally, I find it very essential when reading) on right top corner. +**Reading Percentage** (which personally, I find it very essential when reading) on right top corner. It costs a little startup time though. Press `s` to toggle between show/hide reading percentage. + +# Installation + +```shell +$ pip3 install git+https://github.com/wustho/epy +``` |