mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Update README.md
Added new installation doc Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
22
README.md
22
README.md
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user