Merge pull request #29 from laktek/master

Users may need to force push
This commit is contained in:
Lim Chee Aun 2013-12-05 07:39:53 -08:00
commit c57c3f93d0

View File

@ -30,7 +30,7 @@ How to setup your own *Life*
4. Add your life events into `life.md`.
5. Preview it on a local server. Use [`python -m SimpleHTTPServer`](http://docs.python.org/2/library/simplehttpserver.html) or [`http-server`](https://github.com/nodeapps/http-server).
6. Commit `life.md` (not in `master` branch).
7. `git push origin gh-pages` and publish to [GitHub Pages](http://pages.github.com/).
6. `git push origin gh-pages -f` and publish to [GitHub Pages](http://pages.github.com/).
How to upgrade your *Life*
--------------------------