Add more docs

This commit is contained in:
Lim Chee Aun 2013-11-27 22:59:07 +08:00
parent 60a1ec262f
commit f86f965e98

View File

@ -28,7 +28,8 @@ How to setup your own *Life*
2. `git checkout -b gh-pages` (or any branch name you like) 2. `git checkout -b gh-pages` (or any branch name you like)
3. Make a copy `life.example.md`, rename it to `life.md`. 3. Make a copy `life.example.md`, rename it to `life.md`.
4. Add your life events into `life.md`. 4. Add your life events into `life.md`.
5. `git push origin gh-pages` and publish to [GitHub Pages](http://pages.github.com/). 5. Commit `life.md` (not in `master` branch).
6. `git push origin gh-pages` and publish to [GitHub Pages](http://pages.github.com/).
How to upgrade your *Life* How to upgrade your *Life*
-------------------------- --------------------------