From 799923210650dc13d1048ec768fcdee45bbe2d10 Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Sat, 16 Aug 2025 10:25:11 +0530 Subject: [PATCH] Update installation-guide.md Some edit Signed-off-by: Mithun Gowda B --- Guides/installation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Guides/installation-guide.md b/Guides/installation-guide.md index e1452a9..9e613da 100644 --- a/Guides/installation-guide.md +++ b/Guides/installation-guide.md @@ -29,7 +29,7 @@ SuperClaude install # That's it! 🎉 ``` -### Option C: From npm (Global, after publishing) +### Option C: From npm (Global, after publishing this won't works for now) ```bash npm install -g superclaude superclaude --help @@ -37,7 +37,7 @@ superclaude --help - Requires package to be published on npmjs.org. - Installs the npm wrapper and sets up SuperClaude via pip. -### Option D: From npm (Local Project) +### Option D: From npm (Local Project this won't works for now) ```bash npm install superclaude npx superclaude --help