Skip to content

Commit 2e85391

Browse files
authored
docs: replace deprecated mise ubi backend with github backend (anomalyco#5811)
1 parent 695fdec commit 2e85391

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ scoop bucket add extras; scoop install extras/opencode # Windows
3030
choco install opencode # Windows
3131
brew install opencode # macOS and Linux
3232
paru -S opencode-bin # Arch Linux
33-
mise use -g ubi:sst/opencode # Any OS
33+
mise use -g github:sst/opencode # Any OS
3434
nix run nixpkgs#opencode # or github:sst/opencode for latest dev branch
3535
```
3636

packages/web/src/components/Lander.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ if (image) {
133133
</div>
134134
<div class="col4">
135135
<h3>Mise</h3>
136-
<button class="command" data-command="mise use -g ubi:sst/opencode">
136+
<button class="command" data-command="mise use -g github:sst/opencode">
137137
<code>
138-
<span>mise use -g</span> <span class="highlight">ubi:sst/opencode</span>
138+
<span>mise use -g</span> <span class="highlight">github:sst/opencode</span>
139139
</code>
140140
<span class="copy">
141141
<CopyIcon />

packages/web/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can also install it with the following commands:
109109
- **Using Mise**
110110

111111
```bash
112-
mise use -g ubi:sst/opencode
112+
mise use -g github:sst/opencode
113113
```
114114

115115
- **Using Docker**

0 commit comments

Comments
 (0)