From ac72a0abc75ad87247517001f78b9d0934d37cb0 Mon Sep 17 00:00:00 2001 From: Tai Date: Sat, 26 Dec 2020 20:43:48 -0800 Subject: [PATCH] Update README.md --- initial ubuntu setup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial ubuntu setup/README.md b/initial ubuntu setup/README.md index a2430c9..5b65021 100644 --- a/initial ubuntu setup/README.md +++ b/initial ubuntu setup/README.md @@ -76,7 +76,7 @@ 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 saummy`. +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