Update mise install command (#6504)

This commit is contained in:
Brian Clinkenbeard
2025-12-30 20:43:15 -08:00
committed by GitHub
parent d4cf78bceb
commit 2434965b7f

View File

@@ -30,7 +30,7 @@ scoop bucket add extras; scoop install extras/opencode # Windows
choco install opencode # Windows
brew install opencode # macOS and Linux
paru -S opencode-bin # Arch Linux
mise use -g github:sst/opencode # Any OS
mise use -g opencode # Any OS
nix run nixpkgs#opencode # or github:sst/opencode for latest dev branch
```