diff options
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/components/Lander.astro | 12 | ||||
| -rw-r--r-- | packages/web/src/content/docs/index.mdx | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro index 421b2a5c8..2335ce3cb 100644 --- a/packages/web/src/components/Lander.astro +++ b/packages/web/src/components/Lander.astro @@ -131,6 +131,18 @@ if (image) { </span> </button> </div> + <div class="col4"> + <h3>Mise</h3> + <button class="command" data-command="mise use --pin -g ubi:sst/opencode"> + <code> + <span>mise use --pin -g</span> <span class="highlight">ubi:sst/opencode</span> + </code> + <span class="copy"> + <CopyIcon /> + <CheckIcon /> + </span> + </button> + </div> </section> <section class="images"> diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx index 701e7539b..c47623378 100644 --- a/packages/web/src/content/docs/index.mdx +++ b/packages/web/src/content/docs/index.mdx @@ -106,6 +106,12 @@ You can also install it with the following commands: npm install -g opencode-ai ``` +- **Using Mise** + + ```bash + mise use --pin -g ubi:sst/opencode + ``` + Support for installing OpenCode on Windows using Bun is currently in progress. You can also grab the binary from the [Releases](https://github.com/sst/opencode/releases). |
