Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/tutorials/quickstart.md
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
  • Loading branch information
EdwardAngert and matifali authored Oct 16, 2024
commit f982087b6574a64b23e3676dc630c7bf70d7f237
2 changes: 1 addition & 1 deletion docs/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ persistent environment from your main device, a tablet, or your phone.
sudo usermod -aG docker $USER
```

1. Update the group with `newgrp`:
1. Log out and log back in so that your group membership is re-evaluated or run:

```shell
newgrp docker
Expand Down