inuit.css-web-template icon indicating copy to clipboard operation
inuit.css-web-template copied to clipboard

Command for git clone installation needs changed

Open jtrein opened this issue 12 years ago • 0 comments

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.

jtrein avatar Aug 16 '13 05:08 jtrein