From 870caece5ff1bec195fd56bd4f15e8e554479b50 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Thu, 18 Jun 2015 01:02:36 +0200 Subject: [PATCH] fixed commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a44ae0..6db8364 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We assume you have created the `steam` user to store steamcmd and your ARK serve ## Install ARK Server Tools -To install ARK Server Tools run these commands as root: +To install ARK Server Tools run these commands: ```sh cd ~ @@ -18,7 +18,7 @@ wget https://github.com/FezVrasta/ark-server-tools/archive/master.zip unzip master.zip -d arktools cd arktools/tools chmod u+x install.sh -./install.sh steam +sudo sh install.sh steam ``` NB: You may want to change the `install.sh` parameter to fit your steam user if different from `steam`.