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