diff options
author | http://mhymn.pip.verisignlabs.com/ <http://mhymn.pip.verisignlabs.com/@web> | 2009-09-29 09:50:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-09-29 09:50:51 -0400 |
commit | 2736055af532feeb20e23ea49be8115486777439 (patch) | |
tree | 17e88fb59d6dbf14f6a83d433e0f718843701d1b | |
parent | 936110ddb3acf67ac950a960b5c39bfc860a17ea (diff) |
removing extra space to avoid mistakes
-rw-r--r-- | doc/tips/github.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/github.mdwn b/doc/tips/github.mdwn index c3fdab734..9bdf15751 100644 --- a/doc/tips/github.mdwn +++ b/doc/tips/github.mdwn @@ -24,7 +24,7 @@ for more space, or you can migrate your site elsewhere. ## Local Setup * On your laptop, create two empty git repositories to correspond to the github repositories: <br /> - `YOU = your github username here` <br /> + `YOU=your github username here` <br /> `mkdir ~/$YOU.github.com` <br /> `cd ~/$YOU.github.com` <br /> `git init` <br /> |