Commit Graph

10 Commits

Author SHA1 Message Date
ryantig 697fb999b4 Minor installation.md edit; gpasswd cmd
Add '-a' after gpasswd to add USER to group plugdev.
Per: ➜ gpasswd --help
Usage: gpasswd [option] GROUP

Options:
  -a, --add USER                add USER to GROUP
  -d, --delete USER             remove USER from GROUP
  -h, --help                    display this help message and exit
  -Q, --root CHROOT_DIR         directory to chroot into
  -r, --remove-password         remove the GROUP's password
  -R, --restrict                restrict access to GROUP to its members
  -M, --members USER,...        set the list of members of GROUP
  -A, --administrators ADMIN,...
                                set the list of administrators for GROUP
Except for the -A and -M options, the options cannot be combined.
2017-09-26 09:23:35 -07:00
Josenivaldo Benito Jr 69006c48c6 Update installation to point correct rules file
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br>
2016-11-23 09:55:07 -02:00
Peter Wu b88cf5a07b Ignore HID++ devices on Linux 3.19+
Additionally update the docuentation to reflect new module names.
2015-05-14 23:28:04 +02:00
Daniel Pavel b98b94de91 documentation update -- gnome-shell indicators supported 2013-06-02 11:23:53 +02:00
Daniel Pavel f459d9b953 updated installation docs and udev rule install scrip 2013-05-22 20:50:35 +03:00
Peter Wu 07bff8cb37 docs/installation: typo fix, clarification
- Fix typo in rules path
 - Fix capitalisation.
 - `udevadm control --reload-rules` is unnecessary[1].
 - `adduser` is Debian-specific, use the more portable `gpasswd`.
 - No need to wait 10 seconds before re-inserting.
 - After adding to group, user must re-login.

 [1]: http://unix.stackexchange.com/a/39485/8250
2013-05-21 10:59:46 +02:00
Daniel Pavel 11ba96103c minor updates to the documentation files 2013-05-21 00:46:07 +03:00
Daniel Pavel 255b3d0da7 minor documentation updates 2013-05-20 13:53:39 +03:00
Daniel Pavel 5fad8d0680 minor documentation updates 2013-05-20 13:27:26 +03:00
Daniel Pavel a6e3689e97 split manual instalation procedure into it's own document 2013-05-04 14:13:31 +02:00