diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-04 21:27:08 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-05 00:32:29 -0400 |
commit | 0364c73e522c9ec37a422fdc240470da21c65ca9 (patch) | |
tree | bd1fb9b5d4a1bc55c6710ae7264f6042e6584f96 | |
parent | 9316906d89799170153d6d9be67cb044350332e1 (diff) | |
download | librambutan-0364c73e522c9ec37a422fdc240470da21c65ca9.tar.gz librambutan-0364c73e522c9ec37a422fdc240470da21c65ca9.zip |
unix-toolchain: Fix up Debian udev rules instructions.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | source/unix-toolchain.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst index e3d2a30..40f3632 100644 --- a/source/unix-toolchain.rst +++ b/source/unix-toolchain.rst @@ -178,8 +178,13 @@ Then restart udev. Make sure you are in the plugdev group (e.g. by running ``$ groups`` and seeing if the output includes "plugdev"). If not, add yourself - to it (e.g. ``$ sudo usermod -a -G plugdev <your-username>``, then - log out and log back in). Then run:: + to plugdev with :: + + $ sudo usermod -a -G plugdev $USER + + then log back out and log back in. + + After that's done, restart udev:: $ sudo restart udev |