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: 6 additions & 0 deletions docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Download the `.pkg.tar.zst` for your architecture from the [releases page](https
sudo pacman -U oh-my-agentic-coder_*.pkg.tar.zst
```

### Installation via Mise

```bash
mise use -g github:TNG/oh-my-agentic-coder@latest
```

### From source

Building from source is intended for contributors developing omac, or users who need an unreleased commit. For all other cases, use a pre-built package above.
Expand Down
Loading