From 7bc3a846b5dd452f55f035907ae2741a6cc465d9 Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Fri, 22 Apr 2022 19:46:40 +0200 Subject: [PATCH] readme.md: fixing arch linux installation issues --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d0588a..ed27831 100644 --- a/README.md +++ b/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