From f8699b436a59fef250abbe2b6f59d9de6819c2dd Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Mon, 5 Oct 2015 09:35:42 +1000 Subject: [PATCH] Update readme Add mention of `--me` install option. Also add mention that `update` accepts multiple options. --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 92b3b46..d707ea4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ NB: You may want to change the `bash -s` parameter to fit your steam user if dif This will copy the `arkmanager` script and its daemon to the proper directories and will create an empty log directory in `/var/log` for ARK Server Tools. +To instead perform a user-install of ARK Server Tools as an unprivileged user, run this command: + +```sh +curl -sL http://git.io/vtf5N | bash -s -- --me +``` + ## Configuration Stored in `/etc/arkmanager/arkmanager.cfg` you can find the variables needed to start the server, like the port numbers, the system environment variables and so on. @@ -80,24 +86,25 @@ Stops ARK server Restarts ARK server #### arkmanager update -Manually updates ARK server if a new version is available +Manually updates ARK server if a new version is available. +This accepts zero or more of the below options. -#### arkmanager update --force +##### arkmanager update --force Apply update without check the current version -#### arkmanager update --safe +##### arkmanager update --safe Waits for server to perform world save and then updates. -#### arkmanager update --warn +##### arkmanager update --warn Warns the players for a configurable amount of time before updating. Should be suitable for adding to a cron job. -#### arkmanager update --validate +##### arkmanager update --validate Validates all ARK server files -#### arkmanager update --update-mods +##### arkmanager update --update-mods Updates installed and requested mods -#### arkmanager update --backup +##### arkmanager update --backup Takes a backup of the save files before updating. #### arkmanager status