From 61fd21182c0bec717c66c28db56066c9e60c26c1 Mon Sep 17 00:00:00 2001 From: Zeno Jiricek Date: Sun, 16 Nov 2025 14:44:28 +1100 Subject: docs: mise installation command (#2938) --- packages/web/src/components/Lander.astro | 12 ++++++++++++ packages/web/src/content/docs/index.mdx | 6 ++++++ 2 files changed, 18 insertions(+) (limited to 'packages/web/src') 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) { +
+

Mise

+ +
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). -- cgit v1.2.3