Skip to content

Commit

Permalink
Merge pull request #136 from bullox/patch-2
Browse files Browse the repository at this point in the history
Docs improvements pt 2
  • Loading branch information
mhl787156 authored Dec 17, 2021
2 parents 3492b50 + dcd6997 commit 97e50d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This will install Docker, accessible using `sudo` root privileges only. To use d
sudo groupadd docker
sudo usermod -aG docker $USER

2. Log out and log in again to enforce changes
2. Log out and log in again to enforce changes (may need to restart)
3. Verify that it was successful:

docker run hello-world
Expand Down

0 comments on commit 97e50d8

Please sign in to comment.