Update README.md

Added specific branch for the npm git sync installation 

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B
2025-08-16 10:46:59 +05:30
committed by GitHub
parent a6f34c6231
commit ae7f012cb8

View File

@@ -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
```