You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+23-13
Original file line number
Diff line number
Diff line change
@@ -40,22 +40,32 @@ The _frontend_ is running as an Electron renderer process and can invoke service
40
40
## Build from source
41
41
42
42
If you’re familiar with TypeScript, the [Theia IDE](https://theia-ide.org/), and if you want to contribute to the
43
-
project, you should be able to build the Arduino IDE locally. Please refer to the [Theia IDE prerequisites](https://github.com/theia-ide/theia/blob/master/doc/) documentation for the setup instructions.
43
+
project, you should be able to build the Arduino IDE locally.
44
+
Please refer to the [Theia IDE prerequisites](https://github.com/theia-ide/theia/blob/master/doc/) documentation for the setup instructions.
44
45
45
-
### Build
46
-
```sh
47
-
yarn
48
-
```
46
+
Once you have all the tools installed, you can build the editor following these steps
0 commit comments