From 34a7fd84f17050a73b1271908664969bd242db61 Mon Sep 17 00:00:00 2001 From: Deepak Date: Fri, 3 Dec 2021 12:27:52 -0800 Subject: [PATCH] Update README.md add command for running from source (https://discourse.odriverobotics.com/t/odrive-gui-beta-release/5628) --- GUI/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GUI/README.md b/GUI/README.md index c4cba806a..75f5ddbd0 100644 --- a/GUI/README.md +++ b/GUI/README.md @@ -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: