From f86f965e98b3895a0feaf5b04de7633de9c7aa30 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 27 Nov 2013 22:59:07 +0800 Subject: [PATCH] Add more docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf14256..ed1c3df 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ How to setup your own *Life* 2. `git checkout -b gh-pages` (or any branch name you like) 3. Make a copy `life.example.md`, rename it to `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* --------------------------