fixed commands

This commit is contained in:
FezVrasta 2015-06-18 01:02:36 +02:00
parent 70ba8e60dd
commit 870caece5f

View File

@ -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`.