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