From ae7f012cb8132b1bac0d56846300f2863c1f559e Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Sat, 16 Aug 2025 10:46:59 +0530 Subject: [PATCH] Update README.md Added specific branch for the npm git sync installation Signed-off-by: Mithun Gowda B --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9408f16..716c3f5 100644 --- a/README.md +++ b/README.md @@ -193,11 +193,11 @@ npx superclaude --help **Option E: From GitHub (Works now, no publish needed)** ```bash # Global -npm install -g github:SuperClaude-Org/SuperClaude_Framework +npm install -g github:SuperClaude-Org/SuperClaude_Framework#SuperClaude_V4_Beta superclaude --help # Local -npm install github:SuperClaude-Org/SuperClaude_Framework +npm install github:SuperClaude-Org/SuperClaude_Framework#SuperClaude_V4_Beta npx superclaude --help ```