From 6b10d0b0249c702464cf351a3c1c0551d682c9f2 Mon Sep 17 00:00:00 2001 From: Felix Schulze <39433012+thefeli73@users.noreply.github.com> Date: Wed, 22 Feb 2023 09:56:07 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 33cec95..70df065 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # install-docker install docker compose with automatic updates to everything + +```sh +apt install -y curl +curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/run.sh | sh +```