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