mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
cc177b9cd4
commit
b677d3dfc1
1 changed files with 10 additions and 8 deletions
|
|
@ -85,14 +85,6 @@ Alternatively, if you want to build Void from the terminal, instead of pressing
|
|||
|
||||
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 outside of the void/ repo (see below). Be patient - compiling can take ~25 minutes.
|
||||
|
||||
```bash
|
||||
workspace/
|
||||
├── void/ # Your Void Fork
|
||||
├── VSCode-linux-x64/ # Build folder generated outside of void for Linux
|
||||
└── VSCode-darwin-arm64/ # Build folder generated outside of void for Mac
|
||||
|
||||
```
|
||||
|
||||
|
||||
### Mac
|
||||
- `npm run gulp vscode-darwin-arm64` - most common (Apple Silicon)
|
||||
|
|
@ -108,6 +100,16 @@ workspace/
|
|||
- `npm run gulp vscode-linux-ia32`
|
||||
|
||||
|
||||
### Output
|
||||
|
||||
This will generate a folder outside of `void/`:
|
||||
```bash
|
||||
workspace/
|
||||
├── void/ # Your Void fork
|
||||
└── VSCode-darwin-arm64/ # Generated output
|
||||
```
|
||||
|
||||
|
||||
|
||||
# Guidelines
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue