diff --git a/README.md b/README.md index 7e494ca..9408f16 100644 --- a/README.md +++ b/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! 🚀* ---- \ No newline at end of file +---