diff --git a/README.md b/README.md index 70df065..dc167d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # install-docker install docker compose with automatic updates to everything +Debian: ```sh apt install -y curl -curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/run.sh | sh +curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/debian.sh | sh +``` + +Rocky: +```sh +curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/rocky.sh | sh ```