mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:06:58 +00:00
Typo in git clone command
Copying + pasting shell stuff didn't work because the clone's remote was incorrect.
This commit is contained in:
parent
b0da46f552
commit
3c57717571
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user