Skip to content

Commit 8a240d8

Browse files
committed
Build and installation instructions for VSIX package file
1 parent 1d418ab commit 8a240d8

File tree

5 files changed

+2410
-2787
lines changed

5 files changed

+2410
-2787
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ out
22
dist
33
node_modules
44
.vscode-test/
5-
*.vsix
65

76
.DS_Store

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Roo-Cline
2+
3+
## Roo Packaging and Installation
4+
5+
### Packaging
6+
1. Bump the version in `package.json`
7+
2. Build the VSIX file:
8+
```bash
9+
npm run vsix
10+
```
11+
3. The new VSIX file will be created in the `bin/` directory
12+
4. Commit the new VSIX file to git and remove the old one:
13+
```bash
14+
git rm bin/roo-cline-*.vsix
15+
git add bin/roo-cline-<new_version>.vsix
16+
git commit -m "chore: update VSIX to version <new_version>"
17+
```
18+
19+
### Installation
20+
Install the plugin using the Cursor CLI:
21+
22+
```bash
23+
cursor --install-extension bin/roo-cline-<latest_version>.vsix
24+
```
25+
26+
Note: The VSIX file is checked into the git repository's `bin/` directory for easy distribution.
27+
28+
After installation, Roo Cline will appear in your Cursor's installed extensions list. You can verify this by opening Cursor's Extensions panel (Cmd/Ctrl+Shift+X) and checking under the "Installed" section.
29+
30+
---
31+
132
# Cline (prev. Claude Dev) – \#1 on OpenRouter
233

334
<p align="center">

bin/roo-cline-1.0.1.vsix

23.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)