From b677d3dfc1f9f29e76c4244c7f3e76b91c8044d5 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:18:18 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 488ed5c4..f911ae3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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