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