diff options
| author | Zeno Jiricek <[email protected]> | 2025-11-16 14:44:28 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-15 21:44:28 -0600 |
| commit | 61fd21182c0bec717c66c28db56066c9e60c26c1 (patch) | |
| tree | 1351d04a0fd2ea490e0f923c34d6c6dd6b7bea28 /packages/web/src/components | |
| parent | 487c2b5e765e8c197ae48e59cf2726bdf8b18430 (diff) | |
| download | opencode-61fd21182c0bec717c66c28db56066c9e60c26c1.tar.gz opencode-61fd21182c0bec717c66c28db56066c9e60c26c1.zip | |
docs: mise installation command (#2938)
Diffstat (limited to 'packages/web/src/components')
| -rw-r--r-- | packages/web/src/components/Lander.astro | 12 |
1 files changed, 12 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"> |
