···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
+6-3
cmd/goat/README.md
···11`goat`: Go AT protocol CLI tool
22===============================
3344+**NOTE: this project is moving to a dedicated git repo at [bluesky-social/goat](https://github.com/bluesky-social/goat). This copy of the code is deprecated and will eventually be removed, though a notice will remain.**
55+66+47This is a re-implementation of [adenosine-cli](https://gitlab.com/bnewbold/adenosine/-/tree/main/adenosine-cli?ref_type=heads) in golang.
5869···912If you have the Go toolchain installed and configured correctly, you can directly build and install the tool for your local account:
10131114```bash
1212-go install github.com/bluesky-social/indigo/cmd/goat@latest
1515+go install github.com/bluesky-social/goat@latest
1316```
14171518A more manual way to install is:
16191720```bash
1818-git clone https://github.com/bluesky-social/indigo
1919-go build ./cmd/goat
2121+git clone https://github.com/bluesky-social/goat
2222+go build .
2023sudo cp goat /usr/local/bin
2124```
2225