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