File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ scoop bucket add extras; scoop install extras/opencode # Windows
3030choco install opencode # Windows
3131brew install opencode # macOS and Linux
3232paru -S opencode-bin # Arch Linux
33- mise use -g ubi :sst/opencode # Any OS
33+ mise use -g github :sst/opencode # Any OS
3434nix run nixpkgs#opencode # or github:sst/opencode for latest dev branch
3535```
3636
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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**
You can’t perform that action at this time.
0 commit comments