How to download and setup open-match
Open terminal and run command
git clone https://github.com/googleforgames/open-match.git
git clone is used to create a copy or clone of open-match repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with open-match https://github.com/googleforgames/open-match/archive/master.zip
Or simply clone open-match with SSH
[email protected]:googleforgames/open-match.git