Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/PonasKovas/netctl-tray in…
Browse files Browse the repository at this point in the history
…to master
  • Loading branch information
PonasKovas committed Aug 30, 2020
2 parents ba6d985 + 58b7ad1 commit 104b2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <user>
# usermod -a -G wheel,network <user>
```

## Compiling
Expand Down

0 comments on commit 104b2c1

Please sign in to comment.