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 | da25f5c45e3b1c046462b480f01ae1e1598941bd (patch) | |
tree | c617fd8b326a29b707ac8e0e303248a8675c4f0e /docs | |
parent | 386ad7350bded06b790b65089aebba458bbf1b34 (diff) | |
download | librambutan-da25f5c45e3b1c046462b480f01ae1e1598941bd.tar.gz librambutan-da25f5c45e3b1c046462b480f01ae1e1598941bd.zip |
Docs: add note on adding self to plugdev group.
Thanks to forum user AndyH for the suggestion.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/maple-ide-install.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/source/maple-ide-install.rst b/docs/source/maple-ide-install.rst index d3079c4..67171dd 100644 --- a/docs/source/maple-ide-install.rst +++ b/docs/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. |