From 28757da5f5dccacc82a85d598281a755ca86347e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 27 Aug 2026 17:31:46 +0200 Subject: [PATCH] docs(mise): add mise installation instructions Signed-off-by: Mathias Wagner --- docs/getting-started/quick-start.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md index bd8c9674..d49cc15d 100644 --- a/docs/getting-started/quick-start.md +++ b/docs/getting-started/quick-start.md @@ -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.