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