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