ci: sync from octopus@0.9.0
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# Octopus
|
||||
|
||||
The AI coding agent built for the terminal.
|
||||
|
||||
## Install
|
||||
|
||||
**Unix (Linux/macOS):**
|
||||
|
||||
```bash
|
||||
curl -fsSL http://octopus.51zxtx.com:3000/fourbroad/octopus-release/raw/branch/main/install | bash
|
||||
```
|
||||
|
||||
**Windows (PowerShell):**
|
||||
|
||||
```powershell
|
||||
irm http://octopus.51zxtx.com:3000/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Visit the [documentation](http://octopus.51zxtx.com:3000/fourbroad/octopus/wiki) for usage guides and API reference.
|
||||
|
||||
## Development
|
||||
|
||||
The source code and issue tracker are available at the [private development repository](http://octopus.51zxtx.com:3000/fourbroad/octopus).
|
||||
|
||||
## License
|
||||
|
||||
MIT License — see the source repository for details.
|
||||
Reference in New Issue
Block a user