diff --git a/README.md b/README.md index f503a70..99f54ae 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch

-## Older version below -## Alpine +## Individual systems +### Alpine First install curl on the machine ```bash apk add curl @@ -23,7 +23,7 @@ Then paste the script in the machines console sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/alpine.sh)" ``` - I recommend using Alpine 3.15 and not 3.16. Alpine 3.16 creates OCI errors. -## Debian +### Debian First install curl and sudo on the machine ```bash apt-get install curl sudo -y @@ -32,7 +32,7 @@ Then paste the script in the machines console ```bash bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/debian.sh)" ``` -## Ubuntu +### Ubuntu First install curl on the machine ```bash apt-get install curl -y @@ -41,7 +41,7 @@ Then paste the script in the machines console ```bash bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/ubuntu.sh)" ``` -## CentOS +### CentOS Paste the script in the machines console ```bash bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/centos.sh)"