Add Arch Linux installation instructions.

This commit is contained in:
Eli Schwartz 2018-10-18 18:00:53 -04:00 committed by Jim Miller
parent 35fa48da02
commit 1a7883e56c

View file

@ -11,6 +11,15 @@ plugin](http://www.mobileread.com/forums/showthread.php?p=3084025), a
[command-line interface](https://pypi.python.org/pypi/FanFicFare) (via
pip), and a [web service](http://fanficfare.appspot.com/).
The cli version can also be obtained on Arch Linux from the official repositories:
```
pacman -S fanficfare
```
or from git via the [AUR package](https://aur.archlinux.org/packages/fanficfare-git)
(which will also update the calibre plugin, if calibre is installed).
There's additional info in the project
[wiki](https://github.com/JimmXinu/FanFicFare/wiki) pages.