From 6db8cc4eff56b6510d5133fa44fcb02a0e9e6160 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Tue, 25 Jul 2023 15:15:04 -0700 Subject: [PATCH] Really REALLY REALLY fix docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8726dc..fa9cce3 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ wget https://cdn.discordapp.com/attachments/491622000935305217/11192061277506151 chmod 755 DayZServer # Copy the two shared object files are needed for the server to run. These come from the experimental server release, but are included here for convenience. cp /files/tmp/* . -# Copy the serverDZ.cfg file to where it's used at runtime -cp /files/serverDZ.cfg /profiles # Switch to the server container and start the server exit docker compose exec server bash +# Copy the serverDZ.cfg file to where it's used at runtime +cp /files/serverDZ.cfg /profiles # Copy the upstream mpmissions files from the read-only mount point on the server. cp -a /mpmissions/dayzOffline.chernarusplus/ /serverfiles/mpmissions/ # Start the server. This will run a vanilla Chernarus server. To run Livonia, simply change files/serverDZ.cfg to use the Livonia map in the section at the bottom of the file.