inuit.css-web-template
inuit.css-web-template copied to clipboard
Command for git clone installation needs changed
From:
$ git clone --recursive [email protected]:csswizardry/inuit.css-web-template.git your-project-folder
To:
$ git clone --recursive https://github.com/csswizardry/inuit.css-web-template.git your-project-folder
Otherwise you'll get an SSH key error, since you are attempting to access the repos account with the former, instead of using a public URL.