diff --git a/README.md b/README.md index 60161110e..e655b1541 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,13 @@ Make Roo Code work your way with: ```bash npm run install:all ``` + +if that fails, try: + ```bash + npm run install:ci + ``` + + 3. **Build** the extension: ```bash npm run build