Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions packages/web/src/components/Lander.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down