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