···99If you have the Go toolchain installed and configured correctly, you can directly build and install the tool for your local account:
10101111```bash
1212-go install github.com/bluesky-social/indigo/cmd/goat@latest
1212+go install github.com/bluesky-social/goat@latest
1313```
14141515A more manual way to install is:
16161717```bash
1818-git clone https://github.com/bluesky-social/indigo
1919-go build ./cmd/goat
1818+git clone https://github.com/bluesky-social/goat
1919+go build .
2020sudo cp goat /usr/local/bin
2121```
2222