Updated Getting Started (markdown)

RaidMax 2019-03-18 11:05:20 -05:00
parent ff468d8d52
commit 6428bd673a

@ -15,13 +15,13 @@ Latest binary builds are always available at:
- [Installation guide for Linux](https://www.ostechnix.com/how-to-install-microsoft-net-core-sdk-on-linux/)
2. Extract `IW4MAdmin-<version>.zip`
#### Launching
* Windows
1. Run `StartIW4MAdmin.cmd`
3. Configure **IW4MAdmin** (You will be prompted as soon as it launches)
* Linux
1. Allow execution on the start script (`chmod +x StartIW4MAdmin.sh`)
2. Execute the start script `./StartIW4MAdmin.sh`
3. Configure **IW4MAdmin** (You will be prompted as soon as it launches)
Windows
1. Run `StartIW4MAdmin.cmd`
2. Configure **IW4MAdmin** (You will be prompted as soon as it launches)
Linux
1. Allow execution on the start script (`chmod +x StartIW4MAdmin.sh`)
2. Execute the start script `./StartIW4MAdmin.sh`
3. Configure **IW4MAdmin** (You will be prompted as soon as it launches)
### Updating
1. Extract newer version of **IW4MAdmin** into pre-existing **IW4MAdmin** folder and overwrite existing files (_Your configuration and database will be saved_)
---