From 2be838c5efd3049b9868bc7f252d4e1ab63af9fd Mon Sep 17 00:00:00 2001 From: Benawi Adha <43810055+wustho@users.noreply.github.com> Date: Thu, 24 Oct 2019 09:28:51 +0700 Subject: Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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 +``` -- cgit