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