Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2025-01-03 17:18:18 -08:00 committed by GitHub
parent cc177b9cd4
commit b677d3dfc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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