Skip to content

Commit

Permalink
Updated the README to allow for access to serial port without superus…
Browse files Browse the repository at this point in the history
…er privs.
  • Loading branch information
Winter-Guerra committed Jul 7, 2016
1 parent 9a7864a commit fe9bf79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,11 @@ Quick build instructions for Ubuntu:

3. `make clean && make`

4. Start BLDC-tool `sudo ./BLDC_Tool`
4. Allow for serial access without using sudo: `sudo adduser $USER dialout`

5. Restart for access changes to take effect `sudo reboot now`

6. Start BLDC-tool from inside of the built repo `./BLDC_Tool`

Windows and OS X builds available :

Expand Down

0 comments on commit fe9bf79

Please sign in to comment.