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