diff --git a/Getting-Started.md b/Getting-Started.md index 92e06e4..42db1d4 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -16,7 +16,7 @@ Now it is time to actually start the Quasar server. To do that click on `Setting ## 4. Building a Client -After starting `Quasar.exe` for the first time, you will need to build a client for deployment on your computers. Use the button `Builder` at the top of the Quasar application to start the client configuration. In the `Connection Settings` tab it is important to choose the same port as previously chosen in step 3. To successfully establish a connection with the Quasar server it is necessary to enter a correct hostname which can be resolved from your configured DNS servers. Alternatively you can enter the IP (v4 or v6) of the server. Click `Add Host` to add a host to the list of available hosts which the client will try to connect to in a round-robin fashion. It is also possible to add more than one host. A complete list of all client settings can be found here. After configuring the client for your needs, click the `Build` button and choose a location to save the built client. +After starting `Quasar.exe` for the first time, you will need to build a client for deployment on your computers. Use the button `Builder` at the top of the Quasar application to start the client configuration. In the `Connection Settings` tab it is important to choose the same port as previously chosen in step 3. To successfully establish a connection with the Quasar server it is necessary to enter a correct hostname which can be resolved from your configured DNS servers. Alternatively you can enter the IP (v4 or v6) of the server. Click `Add Host` to add a host to the list of available hosts which the client will try to connect to in a round-robin fashion. It is also possible to add more than one host. A complete list of all client settings can be found [here](https://github.com/quasar/Quasar/wiki/Client-deployment-settings). After configuring the client for your needs, click the `Build` button and choose a location to save the built client. ## 5. Connecting the Server and Client