diff options
author | benadha <benawiadha@gmail.com> | 2022-01-08 21:52:45 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2022-01-08 21:52:45 +0700 |
commit | c1f9b4e9281e0f5f26b9473ca3f4b3f78412464d (patch) | |
tree | 235484c5138a5bd85132b55e44da364b011c22d6 | |
parent | fcbfeabec4d776f76f6f88da3950aa3c7d3bfa28 (diff) | |
download | epy-c1f9b4e9281e0f5f26b9473ca3f4b3f78412464d.tar.gz |
Update README.md: added AUR installation
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -12,7 +12,7 @@ This is just a fork of my own [epr](https://github.com/wustho/epr) with these ex - Epub (.epub, .epub3) - FictionBook (.fb2) - Mobi (.mobi) - - AZW3 (.azw3), some but not all (see [KindleUnpack](https://github.com/kevinhendricks/KindleUnpack)) + - AZW3 (.azw, .azw3) - Reading progress percentage - Bookmarks - External dictionary integration (`sdcv` or `dict`) @@ -35,6 +35,12 @@ This is just a fork of my own [epr](https://github.com/wustho/epr) with these ex $ pip3 install git+https://github.com/wustho/epy ``` +- Via AUR + + ```shell + $ yay -S epy-git + ``` + ## Reading Tips Using Epy When reading using `epy` you might occasionally find triple asteriks `***`. |