Update README.md

Added new installation doc

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B
2025-08-16 10:31:29 +05:30
committed by GitHub
parent 7999232106
commit 8942f42500

View File

@@ -178,6 +178,28 @@ git clone https://github.com/SuperClaude-Org/SuperClaude_Framework.git
cd SuperClaude_Framework cd SuperClaude_Framework
pip install -e . pip install -e .
``` ```
**Option C: From npm (Global, requires publish this method won't works for now)**
```bash
npm install -g superclaude
superclaude --help
```
**Option D: From npm (Local Project, requires publish this method won't works for now)**
```bash
npm install superclaude
npx superclaude --help
```
**Option E: From GitHub (Works now, no publish needed)**
```bash
# Global
npm install -g github:SuperClaude-Org/SuperClaude_Framework
superclaude --help
# Local
npm install github:SuperClaude-Org/SuperClaude_Framework
npx superclaude --help
```
--- ---
**Missing Python?** Install Python 3.8+ first: **Missing Python?** Install Python 3.8+ first: