From ba0c7387231151774a754cd0614caf8f1a462d35 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 21 Jun 2024 18:21:40 -0700 Subject: [PATCH] Update docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3199f0d..b79aece 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ cd dayzdockerserver git checkout simple ``` -Create a `.env` file that contains your user id. The output of `id` has it: +Create a `.env` file that contains your user id. The output of `id -u` has it: ```shell -echo "export USER_ID=$(id)" | tee .env +echo "export USER_ID=$(id -u)" | tee .env ``` Build the Docker image and bring the container up in the background: