How to download and setup syncthing
Open terminal and run command
git clone https://github.com/syncthing/syncthing.git
git clone is used to create a copy or clone of syncthing 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 syncthing https://github.com/syncthing/syncthing/archive/master.zip
Or simply clone syncthing with SSH
[email protected]:syncthing/syncthing.git