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