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