From 73924be5454fe140c6e43f85ba39c07966142c8f Mon Sep 17 00:00:00 2001 From: Alireza Baratian Date: Tue, 11 Aug 2026 13:52:58 +0330 Subject: [PATCH] docs: discard script after installation - Added rm command for both channels Signed-off-by: Alireza Baratian --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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):