mirror of https://github.com/quasar/Quasar.git
Base page for steps on starting to use Quasar.
parent
bf61f004bf
commit
d920ac8d4b
|
@ -0,0 +1,12 @@
|
|||
<h2>Contents</h2>
|
||||
<ol>
|
||||
<li><a href="#GettingBinaries">Getting Client Binaries</a></li>
|
||||
<li><a href="#BuildingClient">Building a Client</a></li>
|
||||
<li><a href="#Connecting">Connecting Server and Client</a></li>
|
||||
</ol>
|
||||
<h2 id="#GettingBinaries">Getting Client Binaries</h2>
|
||||
Steps to obtain a binary file containing a base that the server uses to build Clients (brief explanation of how it works).
|
||||
<h2 id="#BuildingClient">Building a Client</h2>
|
||||
Steps to build a Client (including an explanation of the features).
|
||||
<h2 id="#Connecting">Connecting the Server and Client</h2>
|
||||
Steps on connecting the Server and the Client(s). Possibly include a reference on port-forwarding.
|
Loading…
Reference in New Issue