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