From a376b251e82c63693f2007ad4044a1edb19332a0 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 2 Feb 2022 08:31:19 -0600 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index d51c055..eaff641 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -31,11 +31,23 @@ Linux 2. Login to the webfront by accessing http://:1624 and clicking on the key icon * You will need to retrieve your login credentials by typing `!rt` ingame -## Updating +### Updating +**Manually** 1. Download the latest version of **IW4MAdmin** -2. Extract the newer version of **IW4MAdmin** into pre-existing **IW4MAdmin** folder and overwrite existing files -_Your configuration and database will be saved_ +2. Extract the newer version of **IW4MAdmin** into pre-existing **IW4MAdmin** folder and overwrite existing files + + _Your configuration and database will be saved_ + +**OR** +Use the provided `UpdateIW4MAdmin` script to download and install automatically + +| Argument Windows (Linux) | Description | +|--------------------------|-----------------------------------------------------------| +| -Silent (s) | Do not prompt for any user input | +| -Clean (c) | Clean unneeded files listed in `_delete.txt` after update | +| -Verified (v) | Only update releases in the verified stream | +| -Directory (d) | Directory to install to | ## Help Feel free to join the **IW4MAdmin** [Discord](https://discord.gg/ZZFK5p3) -If you come across an issue, bug, or feature request please post an [issue](https://github.com/RaidMax/IW4M-Admin/issues) \ No newline at end of file +If you come across an issue, bug, or feature request please post an [issue](https://github.com/RaidMax/IW4M-Admin/issues) \ No newline at end of file