Merge pull request #16 from jetm/add-aur-install-instruction
docs: Add AUR installation instructions for Arch Linux
This commit is contained in:
commit
762f1b6784
12
README.md
12
README.md
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user