Typo in git clone command

Copying + pasting shell stuff didn't work because the clone's remote was incorrect.
This commit is contained in:
Tyler Benziger 2014-09-24 09:25:54 -07:00
parent b0da46f552
commit 3c57717571

View File

@ -11,7 +11,7 @@ Simple modules and components that move faster than the speed of light.
Set up the project by cloning the repo, navigating into it, then installing the necessary dependencies by running:
```
git clone git@github:mrmrs/tachyons.git yourProject
git clone git@github.com:mrmrs/tachyons.git yourProject
cd yourProject
rm -rf .git
git init