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