summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--packages/web/src/components/Lander.astro4
-rw-r--r--packages/web/src/content/docs/index.mdx2
3 files changed, 4 insertions, 4 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
```
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro
index 2335ce3cb..f015fd0a6 100644
--- a/packages/web/src/components/Lander.astro
+++ b/packages/web/src/components/Lander.astro
@@ -133,9 +133,9 @@ if (image) {
</div>
<div class="col4">
<h3>Mise</h3>
- <button class="command" data-command="mise use --pin -g ubi:sst/opencode">
+ <button class="command" data-command="mise use -g ubi:sst/opencode">
<code>
- <span>mise use --pin -g</span> <span class="highlight">ubi:sst/opencode</span>
+ <span>mise use -g</span> <span class="highlight">ubi:sst/opencode</span>
</code>
<span class="copy">
<CopyIcon />
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index f37dca19d..74ac958d1 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -109,7 +109,7 @@ You can also install it with the following commands:
- **Using Mise**
```bash
- mise use --pin -g ubi:sst/opencode
+ mise use -g ubi:sst/opencode
```
- **Using Docker**