mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Update README.md
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
34
README.md
34
README.md
@@ -140,6 +140,40 @@ python3 SuperClaude install --profile developer
|
||||
# See all available options
|
||||
python3 SuperClaude install --help
|
||||
```
|
||||
### Or Python Modular Usage
|
||||
```bash
|
||||
# Quick setup (recommended for most users)
|
||||
python3 -m SuperClaude install
|
||||
|
||||
# Interactive selection (choose components)
|
||||
python3 -m SuperClaude install --interactive
|
||||
|
||||
# Minimal install (just core framework)
|
||||
python3 -m SuperClaude install --minimal
|
||||
|
||||
# Developer setup (everything included)
|
||||
python3 -m SuperClaude install --profile developer
|
||||
|
||||
# See all available options
|
||||
python3 -m SuperClaude install --help
|
||||
```
|
||||
### Simple bash Command Usage
|
||||
```bash
|
||||
# Quick setup (recommended for most users)
|
||||
SuperClaude install
|
||||
|
||||
# Interactive selection (choose components)
|
||||
SuperClaude install --interactive
|
||||
|
||||
# Minimal install (just core framework)
|
||||
SuperClaude install --minimal
|
||||
|
||||
# Developer setup (everything included)
|
||||
SuperClaude install --profile developer
|
||||
|
||||
# See all available options
|
||||
SuperClaude install --help
|
||||
```
|
||||
|
||||
**That's it! 🎉** The installer handles everything: framework files, MCP servers, and Claude Code configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user