Skip to content

Commit 823ec11

Browse files
authored
Update README.md
1 parent cb7f209 commit 823ec11

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@
77
```bash
88
git clone https://github.com/RooVetGit/Roo-Code.git
99
```
10-
2. **Install dependencies**:
10+
2. **Download esbuild problem matchers**
11+
Install https://market.trypear.ai/items?itemName=connor4312.esbuild-problem-matchers
12+
3. **Install dependencies**:
1113
```bash
1214
npm run install:all
1315
```
14-
3. **Build** the extension:
16+
4. **Build** the extension:
1517
```bash
1618
npm run build
1719
```
1820
- A `.vsix` file will appear in the `bin/` directory.
19-
4. **Install** the `.vsix` manually if desired:
20-
```bash
21-
code --install-extension bin/roo-code-4.0.0.vsix
22-
```
21+
2322
5. **Start the webview (Vite/React app with HMR)**:
2423
```bash
2524
npm run dev
@@ -31,6 +30,11 @@ Changes to the webview will appear immediately. Changes to the core extension wi
3130

3231
We use [changesets](https://github.com/changesets/changesets) for versioning and publishing. Check our `CHANGELOG.md` for release notes.
3332

33+
**Install** the `.vsix` manually if desired:
34+
```bash
35+
code --install-extension bin/roo-code-4.0.0.vsix
36+
```
37+
3438

3539
## License
3640

0 commit comments

Comments
 (0)