From 2434965b7fa76f41e9adf0b3d4bd816783685230 Mon Sep 17 00:00:00 2001 From: Brian Clinkenbeard Date: Tue, 30 Dec 2025 20:43:15 -0800 Subject: [PATCH] Update mise install command (#6504) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68195abdb..e5d189c762 100644 --- a/README.md +++ b/README.md @@ -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 github:sst/opencode # Any OS +mise use -g opencode # Any OS nix run nixpkgs#opencode # or github:sst/opencode for latest dev branch ```