Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ Download from [releases](https://github.com/Flux159/agentic-shell/releases), `ch
## Mac OS X (Apple Silicon/ARM64)

```bash
curl -L https://github.com/Flux159/agentic-shell/releases/download/v26/agish-macos-arm64 -o agish
curl -L https://github.com/Flux159/agentic-shell/releases/download/v1/agish-macos-arm64 -o agish
chmod +x agish
sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH
```

## Mac OS X (Intel/x64)

```bash
curl -L https://github.com/Flux159/agentic-shell/releases/download/v26/agish-macos-x64 -o agish
curl -L https://github.com/Flux159/agentic-shell/releases/download/v1/agish-macos-x64 -o agish
chmod +x agish
sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH
```

## Linux (x64)

```bash
curl -L https://github.com/Flux159/agentic-shell/releases/download/v26/agish-linux-x64 -o agish
curl -L https://github.com/Flux159/agentic-shell/releases/download/v1/agish-linux-x64 -o agish
chmod +x agish
sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH
```
Expand Down
Loading