chore(aaif): rename a bunch of repository references (#8152)

Signed-off-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>

continuing migration to aaif
This commit is contained in:
Jack Amadeo
2026-04-07 01:34:48 -04:00
committed by GitHub
parent 0b080faad5
commit 583acd4335
236 changed files with 1097 additions and 962 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ sudo zypper install dpkg fakeroot gcc gcc-c++ make
**android / termux:**
goose is not officially support termux build yet, you need some minor patch to fix build issues.
We will publish goose (block-goose) into termux-packages.
We will publish goose (block-goose) into termux-packages. <!-- NOTE: package name kept for backwards compat -->
If you want to try there is a non-official build, https://github.com/shawn111/goose/releases/download/termux/goose-termux-aarch64.tar.bz2
For more details, see: https://github.com/block/goose/pull/3890
For more details, see: https://github.com/aaif-goose/goose/pull/3890
```bash
pkg install rust
@@ -49,7 +49,7 @@ pkg install cmake protobuf clang build-essential
### 1. Clone and Setup
```bash
git clone https://github.com/block/goose.git
git clone https://github.com/aaif-goose/goose.git
cd goose
```