diff --git a/README.md b/README.md index a02119e..b3c02d4 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,20 @@ A CLI tool that generates Ralph Method project scaffolds with AI-powered researc ## Installation +Clone and build locally: + ```bash -npm install -g ralph-vibe +git clone +cd ralph-gen +npm install +npm run build +npm link ``` -Or with npx (no installation required): +Or run directly: ```bash -npx ralph-vibe --help +./dist/index.js --help ``` ## Quick Start