docs: mention aur/homebrew install methods

This commit is contained in:
Romain Bertrand 2025-12-17 11:36:21 +01:00
parent 791a8ad95d
commit dd82ab75a3

View file

@ -19,13 +19,19 @@
## Installation ## Installation
### From Source ### Arch Linux (AUR)
`fgj` is available in the Arch User Repository:
```bash ```bash
git clone https://codeberg.org/romaintb/fgj.git yay -S fgj
cd fgj ```
go build -o fgj
sudo mv fgj /usr/local/bin/ ### macOS (Homebrew)
```bash
brew tap romaintb/fgj https://codeberg.org/romaintb/homebrew-fgj.git
brew install fgj
``` ```
### Using Go Install ### Using Go Install
@ -34,6 +40,10 @@ sudo mv fgj /usr/local/bin/
go install codeberg.org/romaintb/fgj@latest go install codeberg.org/romaintb/fgj@latest
``` ```
### Other Distributions
We'd love your help packaging `fgj` for other distributions! If you're interested in creating packages for Debian, Ubuntu, Fedora, or any packaging systems, please open an issue or reach out.
## Quick Start ## Quick Start
### 1. Authenticate ### 1. Authenticate