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