From c5233bc2505f8c19be495ffa4c8e0cae3c0ab593 Mon Sep 17 00:00:00 2001 From: Brian Clinkenbeard Date: Tue, 30 Dec 2025 20:33:42 -0800 Subject: [PATCH] Update mise install command Since opencode is in the [registry](https://mise.jdx.dev/registry.html) through aqua, you can install/use it with simply "opencode". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68195abdbe..e5d189c7627 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 ```