From b8cb437831c9f6aa52dac95fcced13621734000f Mon Sep 17 00:00:00 2001 From: Vu Anh Son Date: Sun, 12 Sep 2021 07:04:06 +0900 Subject: [PATCH] Update README.md `sudo sh get-docker.sh` is not needed, since `curl -sSL https://get.docker.com | sh` do the install too --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0a1655bc..73df501b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ If you haven't installed Docker yet, install it by running: ```bash $ curl -sSL https://get.docker.com | sh -$ sudo sh get-docker.sh $ sudo usermod -aG docker $(whoami) $ bash ```