Update docs.

This commit is contained in:
Daniel Ceregatti 2023-06-16 10:46:47 -07:00
parent 069303ae05
commit 52f96f7384

View file

@ -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": ## 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 ```shell
git clone https://ceregatti.org/git/daniel/dayzdockerserver.git git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
cd dayzdockerserver cd dayzdockerserver
@ -48,8 +50,6 @@ These volumes can get quite large. The `serverfiles` one will require at least 2
## Configure and Build ## 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: Clone the repo, and change into the newly created directory:
``` ```