From dad1ff3ee8ce066e670169152f0d2186819a12a1 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 20:39:57 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef312bd..19af620 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Use the root user to setup docker and the Open Datenschutzcenter su root ``` -To use the setup script for docker-compose, run the following commands. - +This script will setup a repo file and install docker and docker-compose. ```sh echo "Execute Docker Install Scipt" wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh rm installDocker.sh ``` +To use the setup script for docker-compose, run the following commands. ```sh echo "Download Setup Script" wget https://git.h2-invent.com/Datenschutzcenter/Docker-Compose/raw/branch/main/setup.sh