diff --git a/README.md b/README.md index 60161110e2..94abdbf087 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,12 @@ 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