Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Superchicken authored Dec 3, 2021
1 parent f6394a6 commit 34a7fd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 34a7fd8

Please sign in to comment.