From da86128d965488983a5ed62015f3aaa70541aec3 Mon Sep 17 00:00:00 2001 From: Debian Date: Sun, 11 Jan 2026 02:47:43 +0000 Subject: [PATCH] Update installation docs for local build Replace npm install instructions with local clone/build steps since the package is not published to npm. Co-Authored-By: Claude Opus 4.5 --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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