From ea6079d03777d0c7a593dba78ff4318a8213379d Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 21 Jun 2024 19:15:21 -0700 Subject: [PATCH] Update docs. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b79aece..bfe8ecc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Create a `.env` file that contains your user id. The output of `id -u` has it: echo "export USER_ID=$(id -u)" | tee .env ``` +Create the directory where the server files will be stored: + +```shell +mkdir dayz +``` + Build the Docker image and bring the container up in the background: ```shell