Skip to content

Commit

Permalink
Merge pull request cheeaun#29 from laktek/master
Browse files Browse the repository at this point in the history
Users may need to force push
  • Loading branch information
cheeaun committed Dec 5, 2013
2 parents 424e393 + 79033eb commit c57c3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
--------------------------
Expand Down

0 comments on commit c57c3f9

Please sign in to comment.