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