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:
24
README.md
24
README.md
@@ -178,6 +178,28 @@ git clone https://github.com/SuperClaude-Org/SuperClaude_Framework.git
|
||||
cd SuperClaude_Framework
|
||||
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:
|
||||
@@ -413,4 +435,4 @@ MIT - [See LICENSE file for details](https://opensource.org/licenses/MIT)
|
||||
|
||||
*v4.0.0: The future of AI-assisted development is here. Experience intelligent, adaptive, and powerful development workflows! 🚀*
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user