docs: replace deprecated mise ubi backend with github backend (#5811)

This commit is contained in:
1XD
2025-12-20 06:51:09 +09:00
committed by GitHub
parent 695fdecf23
commit 2e853911c3
3 changed files with 4 additions and 4 deletions

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 ubi:sst/opencode # Any OS
mise use -g github:sst/opencode # Any OS
nix run nixpkgs#opencode # or github:sst/opencode for latest dev branch
```