mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Merge branch 'main' into model-selection
This commit is contained in:
commit
bda6ad06c9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ To build Void, first follow the prerequisite steps above for your operating syst
|
|||
npm install
|
||||
```
|
||||
|
||||
2. Run `cd ./src/vs/workbench/contrib/void/browser/react/` and then `node ./build.js` to build Void's external dependencies (our React components, etc).
|
||||
2. Run `cd ./src/vs/workbench/contrib/void/browser/react/` and then `node build.js` to build Void's external dependencies (our React components, etc).
|
||||
|
||||
3. Press <kbd>Ctrl+Shift+B</kbd>, or if you prefer using the terminal run `npm run watch`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue