Explorar o código

Update mise install command (#6504)

Brian Clinkenbeard hai 3 meses
pai
achega
2434965b7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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 github:sst/opencode # Any OS
+mise use -g 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
 ```
 ```