From 0364c73e522c9ec37a422fdc240470da21c65ca9 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 4 Sep 2012 21:27:08 -0400 Subject: unix-toolchain: Fix up Debian udev rules instructions. Signed-off-by: Marti Bolivar --- source/unix-toolchain.rst | 9 +++++++-- 1 file 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 ``, 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 -- cgit v1.2.3