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