Merge pull request #646 from Superchicken/patch-1

Update README.md
This commit is contained in:
Paul Guenette
2021-12-03 15:30:03 -05:00
committed by GitHub
+7
View File
@@ -43,6 +43,13 @@ npm run electron:build
npm run electron:build -- -mwl
```
### Running from source
On the devel git branch, there may be unreleased changes to dependencies like fibre or the ODrive enumerations.
Use this command to launch the GUI with the dependencies from the repo:
```
npm run electron:serve -- ../tools/
```
### Building for rpi and potentially other ARM platform devices
PhantomJS is required as a dependency, so it must be installed first: