Skip to content

Commit 3c37100

Browse files
committed
🍛
1 parent 9328e58 commit 3c37100

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@
33
## Setup
44

55
1. Clone and install:
6+
67
```bash
8+
git clone https://github.com/scrapscript/tree-sitter-scrapscript.git
79
git clone https://github.com/scrapscript/scrapscript-lsp.git
10+
ln -s tree-sitter-scrapscript scrapscript-lsp/tree-sitter-scrapscript
811
cd scrapscript-lsp
912
npm install
1013
npm run compile
1114
cd server && npm run build-wasm && cd ..
1215
```
1316

1417
2. VS Code:
18+
1519
- Open project folder
1620
- Press F5 to debug
1721
- Open `.scrap` or `.ss` file
@@ -25,7 +29,9 @@ cd server && npm run build-wasm && cd ..
2529
## Development
2630

2731
```bash
32+
cd server
2833
npm run compile # Build
2934
npm run watch # Watch mode
3035
npm test # Run tests
31-
```
36+
```
37+

0 commit comments

Comments
 (0)