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