]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/github.mdwn
update instructions to work with new debian apache packages
[ikiwiki.git] / doc / tips / github.mdwn
index c3fdab7345b22958283179a1b19306e508dd25c8..d745bfcc557ea3095e88c6948e36b55a37184a66 100644 (file)
@@ -5,7 +5,7 @@ site. Your laptop is used to generate and publish changes to it.
 This is possible because github now supports
 [github pages](http://github.com/blog/272-github-pages).
 
-Note that github limits free accounts to 100 mb of git storage. It's
+Note that github limits free accounts to 100 MB of git storage. It's
 unlikely that a small wiki or blog will outgrow this, but we are keeping
 two copies of the website in git (source and the compiled site), and all
 historical versions too. So it could happen. If it does, you can pay github
@@ -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 />