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