add not recommended line

This commit is contained in:
Andrew Pareles 2024-12-10 19:03:42 -08:00
parent a1ff458007
commit b22bbf9639

View file

@ -84,7 +84,7 @@ Now that you're set up, feel free to check out our [Issues](https://github.com/v
## Bundling
To bundle Void into an executable app, 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.
We don't usually recommend bundling - instead, usually you should just build (above). To bundle Void into an executable app, 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.
### Mac
- `npm run gulp vscode-darwin-arm64` - most common (Apple Silicon)