docs: Add AUR installation instructions for Arch Linux

The README currently lacks installation instructions for Arch Linux
users, who represent a significant portion of the Linux community.
This forces Arch users to either build manually from source or use
the generic Go install method, both of which bypass the benefits of
package management (dependency tracking, easy updates, and system
integration).

Add AUR installation instructions offering both pre-built binary and
source-based options. This aligns with the existing package manager
approach used for macOS (Homebrew) and provides Arch users with a
native installation path that integrates with their system's package
management workflow.

Signed-off-by: Javier Tia <floss@jetm.me>
This commit is contained in:
Javier Tia 2026-02-04 15:37:40 -06:00
parent 731fb3b5b7
commit ce80530858
No known key found for this signature in database
GPG Key ID: B5EEC30BA867771F

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`.