From b2840613897a15332f96e019b847972802873267 Mon Sep 17 00:00:00 2001 From: Tai Date: Sun, 25 Apr 2021 21:02:44 -0700 Subject: [PATCH] Update README.md --- initial ubuntu setup/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/initial ubuntu setup/README.md b/initial ubuntu setup/README.md index ecf7291..0dbad29 100644 --- a/initial ubuntu setup/README.md +++ b/initial ubuntu setup/README.md @@ -85,7 +85,6 @@ echo "sammy ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers You do this so you don't have to type your password everytime you add sudo in front of a command. ### 7. Install Docker -Replace ${USER} in the last line with your username, like `sudo usermod -aG docker sammy`. ``` sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common @@ -97,6 +96,8 @@ sudo apt install docker-ce sudo systemctl status docker sudo usermod -aG docker ${USER} ``` +Note: In the last line, replace ${USER} with your username, like `sudo usermod -aG docker sammy`. + Logout of **sammy** and SSH back in. ```