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