Browse Source

Merge pull request #1325 from KJ7LNW/roo-update-readme

Chris Estreich 10 months ago
parent
commit
a253a37567
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -119,6 +119,12 @@ Make Roo Code work your way with:
     ```bash
     ```bash
     npm run install:all
     npm run install:all
     ```
     ```
+
+if that fails, try:
+    ```bash
+    npm run install:ci
+    ```
+
 3. **Build** the extension:
 3. **Build** the extension:
     ```bash
     ```bash
     npm run build
     npm run build