aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenawi Adha <43810055+wustho@users.noreply.github.com>2019-10-24 09:28:51 +0700
committerGitHub <noreply@github.com>2019-10-24 09:28:51 +0700
commit2be838c5efd3049b9868bc7f252d4e1ab63af9fd (patch)
tree5deaf724a7a3daf3041900ee721d10b02ad5f7b5
parent95be89425964c6aad2502771b42db420ad025305 (diff)
downloadepy-2be838c5efd3049b9868bc7f252d4e1ab63af9fd.tar.gz
Update README.md
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index fc3acbd..1abfd3e 100644
--- a/README.md
+++ b/README.md
@@ -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
+```