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