diff options
| author | 1XD <[email protected]> | 2025-12-20 06:51:09 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-19 15:51:09 -0600 |
| commit | 2e853911c33a5dbdf3fcdbd6da7be0380c936244 (patch) | |
| tree | 61486a34297c47429d45405dd81e51fd24d9bf5d | |
| parent | 695fdecf2382bfcaa9b81cb84c719682075246fa (diff) | |
| download | opencode-2e853911c33a5dbdf3fcdbd6da7be0380c936244.tar.gz opencode-2e853911c33a5dbdf3fcdbd6da7be0380c936244.zip | |
docs: replace deprecated mise ubi backend with github backend (#5811)
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | packages/web/src/components/Lander.astro | 4 | ||||
| -rw-r--r-- | packages/web/src/content/docs/index.mdx | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 -g ubi:sst/opencode # Any OS +mise use -g github: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 f015fd0a6..fd3732746 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 -g ubi:sst/opencode"> + <button class="command" data-command="mise use -g github:sst/opencode"> <code> - <span>mise use -g</span> <span class="highlight">ubi:sst/opencode</span> + <span>mise use -g</span> <span class="highlight">github: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 205f63154..2890d7dce 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 -g ubi:sst/opencode + mise use -g github:sst/opencode ``` - **Using Docker** |
