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