diff --git a/README.md b/README.md index 8c90aa90..24c0598e 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,14 @@ From `https://get.docker.com`: ```shell curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh +rm get-docker.sh ``` From `https://test.docker.com`: ```shell curl -fsSL https://test.docker.com -o test-docker.sh sh test-docker.sh +rm test-docker.sh ``` From the source repo (This will install latest from the `stable` channel):