diff --git a/README.md b/README.md index 478a6b7..b732a5a 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ To launch the tray app: ``` $ netctl-tray ``` -You have to be in group `wheel` for it to work properly. -To add an user to it, use: +You have to be in groups `wheel` and `network` for it to work properly. +To add an user to them, use: ``` -# usermod -a -G wheel +# usermod -a -G wheel,network ``` ## Compiling