Updated Getting Started (markdown)

RaidMax 2019-03-18 11:04:51 -05:00
parent ef767c388c
commit ff468d8d52

@ -15,10 +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/) - [Installation guide for Linux](https://www.ostechnix.com/how-to-install-microsoft-net-core-sdk-on-linux/)
2. Extract `IW4MAdmin-<version>.zip` 2. Extract `IW4MAdmin-<version>.zip`
#### Launching #### Launching
1. Run `StartIW4MAdmin.cmd` (Windows) * Windows
2. Run `StartIW4MAdmin.sh` (Linux) 1. Run `StartIW4MAdmin.cmd`
- Don't forget to make the script executable using `chmod +x StartIW4MAdmin.sh` 3. Configure **IW4MAdmin** (You will be prompted as soon as it launches)
2. Configure **IW4MAdmin** * 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 ### Updating
1. Extract newer version of **IW4MAdmin** into pre-existing **IW4MAdmin** folder and overwrite existing files (_Your configuration and database will be saved_) 1. Extract newer version of **IW4MAdmin** into pre-existing **IW4MAdmin** folder and overwrite existing files (_Your configuration and database will be saved_)
--- ---