mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
minor contrib update
This commit is contained in:
parent
382275fa9f
commit
81282e16b3
1 changed files with 1 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ To build Void, open `void/` inside VSCode. Then:
|
|||
4. Run.
|
||||
- Run `./scripts/code.sh` (Mac/Linux).
|
||||
- Run `./scripts/code.bat` (Windows).
|
||||
- This command should open up the built IDE. You can always press <kbd>Ctrl+Shift+P</kbd> and run "Reload Window" inside the new window to see changes without re-building, unless they're React changes.
|
||||
- This command should open up the built IDE. You can always press <kbd>Ctrl+R</kbd> (<kbd>Cmd+R</kbd>) inside the new window to see changes without re-building, or press or <kbd>Ctrl+Shift+P</kbd> in the new window and run "Reload Window".
|
||||
|
||||
|
||||
#### Building Void from Terminal
|
||||
|
|
@ -80,7 +80,6 @@ Alternatively, if you want to build Void from the terminal, instead of pressing
|
|||
|
||||
|
||||
|
||||
|
||||
## Bundling
|
||||
|
||||
We don't usually recommend bundling. Instead, you should probably just build. If you're sure you want to bundle Void into an executable app, make sure you've built first, then run one of the following commands. This will create a folder named `VSCode-darwin-arm64` (or similar) in the repo's parent's directory. Be patient - compiling can take ~25 minutes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue