mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
or just run
This commit is contained in:
parent
f31f5e7ad1
commit
45c7b951e9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ If you want to work on the full IDE, please follow the steps below. If you have
|
|||
|
||||
### a. Building on a Mac
|
||||
|
||||
To build on a Mac, open `void/` in VSCode. Make sure you've built the extension (`cd ./extensions/void && npm run build && npm run compile && cd ../..`). Also make sure you have Python and XCode installed on your system (you probably do by default).
|
||||
To build on a Mac, open `void/` in VSCode. Make sure you've built the extension by following the steps above (or just run `cd ./extensions/void && npm run build && npm run compile && cd ../..`). Also make sure you have Python and XCode installed on your system (you probably do by default).
|
||||
|
||||
|
||||
1. Install all dependencies.
|
||||
|
|
|
|||
Loading…
Reference in a new issue