docs: migrate README download links to new Gitea domain (eightarms.net)

This commit is contained in:
2026-07-30 10:02:15 +08:00
parent e3098f2225
commit bb4bd2d412
+4 -4
View File
@@ -7,22 +7,22 @@ The AI coding agent built for the terminal.
**Unix (Linux/macOS):** **Unix (Linux/macOS):**
```bash ```bash
curl -fsSL http://octopus.51zxtx.com:3000/fourbroad/octopus-release/raw/branch/main/install | bash curl -fsSL https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install | bash
``` ```
**Windows (PowerShell):** **Windows (PowerShell):**
```powershell ```powershell
irm http://octopus.51zxtx.com:3000/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex irm https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex
``` ```
## Documentation ## Documentation
Visit the [documentation](http://octopus.51zxtx.com:3000/fourbroad/octopus/wiki) for usage guides and API reference. Visit the [documentation](https://eightarms.net/fourbroad/octopus/wiki) for usage guides and API reference.
## Development ## Development
The source code and issue tracker are available at the [private development repository](http://octopus.51zxtx.com:3000/fourbroad/octopus). The source code and issue tracker are available at the [private development repository](https://eightarms.net/fourbroad/octopus).
## License ## License