mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: replace deprecated mise ubi backend with github backend (#5811)
This commit is contained in:
parent
695fdecf23
commit
2e853911c3
3 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ scoop bucket add extras; scoop install extras/opencode # Windows
|
||||||
choco install opencode # Windows
|
choco install opencode # Windows
|
||||||
brew install opencode # macOS and Linux
|
brew install opencode # macOS and Linux
|
||||||
paru -S opencode-bin # Arch 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
|
nix run nixpkgs#opencode # or github:sst/opencode for latest dev branch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,9 +133,9 @@ if (image) {
|
||||||
</div>
|
</div>
|
||||||
<div class="col4">
|
<div class="col4">
|
||||||
<h3>Mise</h3>
|
<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>
|
<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>
|
</code>
|
||||||
<span class="copy">
|
<span class="copy">
|
||||||
<CopyIcon />
|
<CopyIcon />
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ You can also install it with the following commands:
|
||||||
- **Using Mise**
|
- **Using Mise**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mise use -g ubi:sst/opencode
|
mise use -g github:sst/opencode
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Using Docker**
|
- **Using Docker**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue