To add repo from github in linux code example
Example: To add repo from github in linux
#To add any repo from github to your linux type
git clone <repo url>
# for example.
git clone https://github.com/Screetsec/TheFatRat.git
#The example above installs fatrat, a tool for hacking.