From 197e01c0ba9624005b02b3867ada49502baff6b6 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sat, 6 Jun 2020 13:05:59 +0200 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 42db1d4..ecfdf04 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -20,4 +20,4 @@ After starting `Quasar.exe` for the first time, you will need to build a client ## 5. Connecting the Server and Client -The standalone client from the previous step has to be deployed on the computers of the users. Simply executing the client on the computers is enough. The client will take care of the installation, startup, etc... Once installed the client will try to connect to your Server on the specified hostname and port. It might be necessary to set up port forwarding to your local Server if it is behind a firewall in your network. You can use automatic forwarding with UPnP in the settings if it's being supported by your firewall/router. TODO: port forwarding guide on router \ No newline at end of file +The standalone client from the previous step has to be deployed on the computers of the users. Simply executing the client on the computers is enough. The client will take care of the installation routine. Once installed the client will try to connect to your server on the specified hostname and port. It might be necessary to set up port forwarding to your local server if it is behind a firewall in your network. You can use automatic forwarding with UPnP in the settings if it's being supported by your firewall/router. TODO: port forwarding guide on router \ No newline at end of file