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