minor formatting tweaks

master
simonraven 2009-03-29 01:28:16 -04:00 committed by Joey Hess
parent 00a9b8c176
commit 638cef639d
1 changed files with 10 additions and 10 deletions

View File

@ -26,16 +26,16 @@ for more space, or you can migrate your site elsewhere.
## local setup ## local setup
* On your laptop, create two empty git repositories to correspond to the * On your laptop, create two empty git repositories to correspond to the
github repositories: github repositories: <br />
YOU=# your github username here `YOU = your github username here` <br />
mkdir ~/$YOU.github.com `mkdir ~/$YOU.github.com` <br />
cd ~/$YOU.github.com `cd ~/$YOU.github.com` <br />
git init `git init` <br />
git remote add origin git@github.com:$YOU/$YOU.github.com.git `git remote add origin git@github.com:$YOU/$YOU.github.com.git` <br />
mkdir ~/$YOU `mkdir ~/$YOU` <br />
cd ~/$YOU `cd ~/$YOU` <br />
git init `git init` <br />
git remote add origin git@github.com:$YOU/$YOU.git `git remote add origin git@github.com:$YOU/$YOU.git` <br />
* Add some wiki pages, such as an `index.mdwn`, to `~/$YOU`, and check them * Add some wiki pages, such as an `index.mdwn`, to `~/$YOU`, and check them
in and commit them to git. You need something to push to github. Run in and commit them to git. You need something to push to github. Run
`git push origin master` to push the source pages to github. `git push origin master` to push the source pages to github.