Fix README: prioritize source install, mark npm as not yet published

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 01:47:47 +07:00
parent 220e480516
commit f9d8be647e

View File

@@ -24,7 +24,10 @@ Superpowers is an incredible skill-based workflow system that gives AI coding as
> **One command. Full profile. Ready to go.** > **One command. Full profile. Ready to go.**
```bash ```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 ## Installation
### Option 1: Run directly with npx (no install) ### Install from source
```bash
npx antigravity-superpowers init
```
### Option 2: Install globally from npm
```bash
npm install -g antigravity-superpowers
```
### Option 3: Install from source
```bash ```bash
git clone https://git.visssoft.com/hanh.tonguyen/antigravity-superpowers.git git clone https://git.visssoft.com/hanh.tonguyen/antigravity-superpowers.git
@@ -65,13 +56,25 @@ cd antigravity-superpowers
npm link npm link
``` ```
After install, verify CLI is available: Verify CLI is available:
```bash ```bash
antigravity-superpowers --version antigravity-superpowers --version
# 0.2.0 # 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 ## Usage