summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorConnor Adams <[email protected]>2025-12-10 16:11:48 +0000
committerGitHub <[email protected]>2025-12-10 10:11:48 -0600
commit83aa42f5100546fa4c422c92398ad73a0b396860 (patch)
tree892964ed4cd501f1b03e5e4af90747efb2e3ea6b /README.md
parent183a1a181c04ea175b630eb2a568966569d928b2 (diff)
downloadopencode-83aa42f5100546fa4c422c92398ad73a0b396860.tar.gz
opencode-83aa42f5100546fa4c422c92398ad73a0b396860.zip
docs: configure mise to use latest version instead of pinned version (#5316)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 799cf00a2..da5d58664 100644
--- a/README.md
+++ b/README.md
@@ -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 --pin -g ubi:sst/opencode # Any OS
+mise use -g ubi:sst/opencode # Any OS
nix run nixpkgs#opencode # or github:sst/opencode for latest dev branch
```