https://github.com/bluesky-social/goat but with tangled's CI
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: new repo location

+3 -3
+3 -3
README.md
··· 9 9 If you have the Go toolchain installed and configured correctly, you can directly build and install the tool for your local account: 10 10 11 11 ```bash 12 - go install github.com/bluesky-social/indigo/cmd/goat@latest 12 + go install github.com/bluesky-social/goat@latest 13 13 ``` 14 14 15 15 A more manual way to install is: 16 16 17 17 ```bash 18 - git clone https://github.com/bluesky-social/indigo 19 - go build ./cmd/goat 18 + git clone https://github.com/bluesky-social/goat 19 + go build . 20 20 sudo cp goat /usr/local/bin 21 21 ``` 22 22