readme.md: fixing arch linux installation issues

This commit is contained in:
TornaxO7 2022-04-22 19:46:40 +02:00
parent 6a4de80761
commit 7bc3a846b5
No known key found for this signature in database
GPG key ID: AAA2E43EC09B3E18

View file

@ -27,12 +27,20 @@ $ pip install --upgrade git+https://github.com/Garmelon/PFERD@latest
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
### Arch Linux ### Arch Linux
You can install it as an [aur-package](https://aur.archlinux.org/packages/pferd) You can install it from the [aur-package](https://aur.archlinux.org/packages/pferd)
with your favourite [aur-helper](https://wiki.archlinux.org/title/AUR_helpers) with:
```bash
git clone https://aur.archlinux.org/pferd.git
cd pferd
makepkg -isc
```
You can also use your favourite [aur-helper](https://wiki.archlinux.org/title/AUR_helpers)
(example is with [yay](https://github.com/Jguer/yay)): (example is with [yay](https://github.com/Jguer/yay)):
```bash ```bash
yay -S pfred yay -S pferd
``` ```
## Basic usage ## Basic usage