···15151616**Developer Tools:**
17171818-**goat** ([README](./cmd/goat/README.md)): CLI for interacting with network: CAR files, firehose, APIs, etc
1818+- **goat** ([README](https://github.com/bluesky-social/goat): CLI for interacting with network: CAR files, firehose, APIs, etc
19192020**Go Packages:**
2121
+3-3
cmd/goat/README.md
···1212If you have the Go toolchain installed and configured correctly, you can directly build and install the tool for your local account:
13131414```bash
1515-go install github.com/bluesky-social/indigo/cmd/goat@latest
1515+go install github.com/bluesky-social/goat@latest
1616```
17171818A more manual way to install is:
19192020```bash
2121-git clone https://github.com/bluesky-social/indigo
2222-go build ./cmd/goat
2121+git clone https://github.com/bluesky-social/goat
2222+go build .
2323sudo cp goat /usr/local/bin
2424```
2525