From 124ea93bfe8b96d0859451a83b75e53113b08d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=B8ed=20Jacobsen?= Date: Tue, 27 Oct 2015 12:56:17 +0100 Subject: [PATCH] Clarified working directory --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5564e86..d9a9998 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ Perform the following steps in the written order. adduser --system --home /home/saiban --uid 256 --group --gecos "Space Engineers" saiban ``` -- Change to the new user by issuing the following command. +- Change to the new user and move into its home directory by issuing the following commands. ```bash sudo -u saiban /bin/bash +cd ``` - Create the required directory structure. @@ -52,7 +53,7 @@ games/space-engineers/docker/build.sh ``` ## Updating -Update Space Engineers by replacing the `DedicatedServer.zip` by an updated version and restarting the server. +Update Space Engineers by replacing the `DedicatedServer.zip` with an updated version and restarting the server. ## Managing the server