From 894e734587943d9339abeb50a50424ab0de684e8 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Tue, 25 Jul 2023 15:10:08 -0700 Subject: [PATCH] Really REALLY fix docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d2707..d8726dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](ht git clone https://ceregatti.org/git/daniel/dayzdockerserver.git cd dayzdockerserver git checkout release-server -# Copy the config file to /profiles and set the server name. It's the first line of the file. +# Set the server name in the config file. It's the first line of the file. nano files/serverDZ.cfg # Build the docker images docker compose up -d --build