Browse Source

Update README.md

`sudo sh get-docker.sh` is not needed, since `curl -sSL https://get.docker.com | sh` do the install too
pull/70/head
Vu Anh Son 5 years ago
committed by GitHub
parent
commit
b8cb437831
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
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
```

Loading…
Cancel
Save