Update README.md

This commit is contained in:
refrigerador67 2025-01-14 04:50:05 +00:00 committed by GitHub
parent db41858aae
commit 3123ed30cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,9 +45,11 @@
For Windows systems using the [installer](https://github.com/nixietab/picodulce/releases/latest) is recommended
## Arch Linux
For installing on Arch a PKGBUILD is provided
The package is available in the [AUR](https://aur.archlinux.org/packages/picodulce) as ```picodulce```
For installing on Arch without using an AUR helper a PKGBUILD is provided
```
git clone https://github.com/nixietab/picodulce
git clone https://aur.archlinux.org/picodulce.git
cd picodulce
makepkg -si
```