diff --git a/Getting-Started.md b/Getting-Started.md index b5fd286..05a8bb8 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -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-.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_) ---