From f9d8be647ef3ec39541f8fcc6654bb47c8a339e5 Mon Sep 17 00:00:00 2001 From: To Nguyen Date: Thu, 19 Mar 2026 01:47:47 +0700 Subject: [PATCH] Fix README: prioritize source install, mark npm as not yet published Co-Authored-By: Claude Opus 4.6 --- README.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7c57e8a..f33a052 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,10 @@ Superpowers is an incredible skill-based workflow system that gives AI coding as > **One command. Full profile. Ready to go.** ```bash -npx antigravity-superpowers init +git clone https://git.visssoft.com/hanh.tonguyen/antigravity-superpowers.git +cd antigravity-superpowers +npm link +antigravity-superpowers init ``` --- @@ -45,19 +48,7 @@ npx antigravity-superpowers init ## Installation -### Option 1: Run directly with npx (no install) - -```bash -npx antigravity-superpowers init -``` - -### Option 2: Install globally from npm - -```bash -npm install -g antigravity-superpowers -``` - -### Option 3: Install from source +### Install from source ```bash git clone https://git.visssoft.com/hanh.tonguyen/antigravity-superpowers.git @@ -65,13 +56,25 @@ cd antigravity-superpowers npm link ``` -After install, verify CLI is available: +Verify CLI is available: ```bash antigravity-superpowers --version # 0.2.0 ``` +### Install from npm (when published) + +> Package chưa được publish lên npm. Các lệnh dưới đây sẽ hoạt động sau khi publish. + +```bash +# Run directly (no install) +npx antigravity-superpowers init + +# Or install globally +npm install -g antigravity-superpowers +``` + --- ## Usage