summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-29 13:35:41 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-29 13:35:41 -0400
commit4d9976060be0a0f84120d9edfc8966dc986f2b55 (patch)
treedd6a6b30be799fef331624c03399ff3d2685de73 /doc/tips
parentac8ecdcf68b89544d126032718e225add0a09238 (diff)
parent9bea3db4f37a934846cf8d3ac9f57a615bdad422 (diff)
Merge commit 'origin/master'
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/github.mdwn2
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 />