From 52f96f73842e82f5d8c9ef65db3f7ca1c8033a4a Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 16 Jun 2023 10:46:47 -0700 Subject: [PATCH] Update docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 667c6ca..96e0b72 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The main goal is to provide a turnkey DayZ server with mod support that can be s ## TL;DR for setting up a release DayZ server with the "1.21 stable release": +Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](https://docs.docker.com/compose/install/) are properly installed. This means setting it up so it runs as your user. Make sure you're running these commands as your user, in your home directory. + ```shell git clone https://ceregatti.org/git/daniel/dayzdockerserver.git cd dayzdockerserver @@ -48,8 +50,6 @@ These volumes can get quite large. The `serverfiles` one will require at least 2 ## Configure and Build -Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](https://docs.docker.com/compose/install/) are properly installed. This means setting it up so it runs as your user. Make sure you're running these commands as your user, in your home directory. - Clone the repo, and change into the newly created directory: ```