mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
readme.md: fixing arch linux installation issues
This commit is contained in:
parent
6a4de80761
commit
7bc3a846b5
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -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.
|
||||
|
||||
### Arch Linux
|
||||
You can install it as an [aur-package](https://aur.archlinux.org/packages/pferd)
|
||||
with your favourite [aur-helper](https://wiki.archlinux.org/title/AUR_helpers)
|
||||
You can install it from the [aur-package](https://aur.archlinux.org/packages/pferd)
|
||||
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)):
|
||||
|
||||
```bash
|
||||
yay -S pfred
|
||||
yay -S pferd
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue