Merge pull request #16 from jetm/add-aur-install-instruction

docs: Add AUR installation instructions for Arch Linux
This commit is contained in:
Tommy Guo 2026-02-04 17:14:55 -05:00 committed by GitHub
commit 762f1b6784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,18 @@ brew install difi
go install github.com/oug-t/difi/cmd/difi@latest go install github.com/oug-t/difi/cmd/difi@latest
``` ```
#### AUR (Arch Linux)
**Binary (pre-built):**
```bash
pikaur -S difi-bin
```
**Build from source:**
```bash
pikaur -S difi
```
#### Manual (Linux / Windows) #### Manual (Linux / Windows)
- Download the binary from Releases and add it to your `$PATH`. - Download the binary from Releases and add it to your `$PATH`.