Update README.md

This commit is contained in:
Felix Schulze 2023-02-22 09:56:07 +01:00 committed by GitHub
parent 1e9e20a071
commit 6b10d0b024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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