aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/github.mdwn
diff options
context:
space:
mode:
authorhttp://mhymn.pip.verisignlabs.com/ <http://mhymn.pip.verisignlabs.com/@web>2009-09-29 09:50:51 -0400
committerJoey Hess <joey@kitenet.net>2009-09-29 09:50:51 -0400
commit2736055af532feeb20e23ea49be8115486777439 (patch)
tree17e88fb59d6dbf14f6a83d433e0f718843701d1b /doc/tips/github.mdwn
parent936110ddb3acf67ac950a960b5c39bfc860a17ea (diff)
downloadikiwiki-2736055af532feeb20e23ea49be8115486777439.tar
ikiwiki-2736055af532feeb20e23ea49be8115486777439.tar.gz
removing extra space to avoid mistakes
Diffstat (limited to 'doc/tips/github.mdwn')
-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 />