diff options
author | benadha <benawiadha@gmail.com> | 2022-02-05 12:59:10 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2022-02-05 12:59:10 +0700 |
commit | b388412cb799fe439ea8424d9b5960d5cf5889b0 (patch) | |
tree | 2205930493b53ef2f9c902f7a788381bfcc55666 /README.md | |
parent | 9d59248c311a52eb03ffeb30701c2e2b12ec8df7 (diff) | |
download | epy-b388412cb799fe439ea8424d9b5960d5cf5889b0.tar.gz |
Fix process.join() issue for unstarted process
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,7 +6,7 @@ CLI Ebook Reader. -This is just a fork of my own [epr](https://github.com/wustho/epr) with these extra features: +This is just a fork of [epr](https://github.com/wustho/epr) with these extra features: - Supported formats: - Epub (.epub, .epub3) @@ -63,8 +63,6 @@ Config file is available in json format which is located at: - Linux: `~/.config/epy/configuration.json` or `~/.epy/configuration.json` - Windows: `%USERPROFILE%\.epy\configuration.json` -Although, there are not many stuffs to configure. - ## URL Support You can read online books like: short stories, fan fiction, etc. using `epy` with an url as cli argument. |