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