This commit is contained in:
Lim Chee Aun 2013-12-05 23:41:03 +08:00
parent c57c3f93d0
commit f34fedd43a

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).
6. `git push origin gh-pages -f` and publish to [GitHub Pages](http://pages.github.com/).
7. `git push origin gh-pages -f` and publish to [GitHub Pages](http://pages.github.com/).
How to upgrade your *Life*
--------------------------