From a6f34c6231f404bd507418ffe195d5ff30c3d3ae Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Sat, 16 Aug 2025 10:32:56 +0530 Subject: [PATCH] Update installation-guide.md Removed F type installation Signed-off-by: Mithun Gowda B --- Guides/installation-guide.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Guides/installation-guide.md b/Guides/installation-guide.md index 9e613da..e3f1f5b 100644 --- a/Guides/installation-guide.md +++ b/Guides/installation-guide.md @@ -62,10 +62,6 @@ npx superclaude --help ``` - Works immediately without publishing to npm registry. -### Option F: With npx (No Install Needed) -```bash -npx superclaude --help -``` - Runs SuperClaude instantly. - First run may install Python package via pip. - Subsequent runs skip reinstallation unless explicitly updated.