Clarify where to create the new git repo.

Be more explicit about where the new repo should be located. It's much
easier to set up a repo on the internet. This was implied before and now
it's explicit.

The first time I helped a colleague set this up, we used a local repo.
Since we didn't know what we were doing, we screwed it up pretty badly.
This bit of text might allow others not to make the same mistake we did.
This commit is contained in:
Matt Rogers 2013-12-11 21:26:54 -06:00
parent c799af5869
commit 7b529c00d5

View file

@ -45,7 +45,7 @@ How do you do it?
### Bootstrapping ### Bootstrapping
Create a **new** git repository somewhere. Create a **new** git repository somewhere on the internet.
It can be private or public -- it really doesn't matter. It can be private or public -- it really doesn't matter.
If you're making a repository on GitHub, you _may not_ want to fork this repo If you're making a repository on GitHub, you _may not_ want to fork this repo
to get started. to get started.