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: ```