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