diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-06 13:39:32 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-06 13:39:32 -0400 |
commit | a2f4a145b2349638cf68e03efa4553055bd50315 (patch) | |
tree | c5a2640ded54e982ba96de1282820c703b8a7b43 /source | |
parent | c5d35517757433ea505a735159e9e9de1653189f (diff) | |
download | librambutan-a2f4a145b2349638cf68e03efa4553055bd50315.tar.gz librambutan-a2f4a145b2349638cf68e03efa4553055bd50315.zip |
Docs: add note on adding self to plugdev group.
Thanks to forum user AndyH for the suggestion.
Diffstat (limited to 'source')
-rw-r--r-- | source/maple-ide-install.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source/maple-ide-install.rst b/source/maple-ide-install.rst index d3079c4..67171dd 100644 --- a/source/maple-ide-install.rst +++ b/source/maple-ide-install.rst @@ -144,9 +144,11 @@ with something along the lines of ``[sudo] password for $ sudo restart udev This will grant members of the group ``plugdev`` read/write access to -Maple devices over USB. Make sure that you are in that group. (For -more information on why this is part of the install process, see the -:ref:`Unix toolchain quickstart <toolchain-udev>`). +Maple devices over USB. Make sure that you are in that group by +running ``$ sudo adduser <your username> plugdev`` (which will ensure +access to the Maple, but may report that you are already a member of +that group). (For more information on why this is part of the install +process, see the :ref:`Unix toolchain quickstart <toolchain-udev>`). To run the Maple IDE, run :command:`maple-ide` from the shell, or double-click on it if your window system supports it. |