Update README.md

This commit is contained in:
2026-03-20 18:42:17 +00:00
parent 74345d8eb2
commit 5bf3a63e92

View File

@@ -35,13 +35,13 @@ groupadd no-internet
``` ```
And add your user to it And add your user to it
``` ```
usermod -a -G no-internet youruser usermod -a -G no-internet $(whoami)
``` ```
You should now see no-internet as a group your user is a member of You should now see no-internet as a group your user is a member of
To check run To check run
``` ```
groups youruser groups $(whoami)
```` ````
Your user will need to be a member of the group as we will run the programs through sg Your user will need to be a member of the group as we will run the programs through sg