Skip to content

Commit 78d0dbc

Browse files
committed
prefer newgrp over log out/in
1 parent f982087 commit 78d0dbc

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/tutorials/quickstart.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,16 @@ persistent environment from your main device, a tablet, or your phone.
4141
sudo usermod -aG docker $USER
4242
```
4343

44-
1. Log out and log back in so that your group membership is re-evaluated or run:
44+
1. Run `newgrp` to activate the groups changes:
4545

46-
```shell
47-
newgrp docker
48-
```
46+
```shell
47+
newgrp docker
48+
```
49+
50+
You might need to log out and back in or restart the machine for changes to
51+
take effect.
52+
53+
Log out and log back in so that your group membership is re-evaluated or run:
4954

5055
1. Install Coder:
5156

0 commit comments

Comments
 (0)