From ddc50342dd5085bbb1b97f8a0755e8092c960716 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 9 Dec 2013 21:09:00 +0800 Subject: [PATCH] Add more steps to setup Life --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7907874..fcb8185 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ How to setup your own *Life* 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 -f` and publish to [GitHub Pages](http://pages.github.com/). +8. Tell the world about your Life. +9. Add your Life to the [Lives](https://github.com/cheeaun/life/wiki/Lives) page. How to upgrade your *Life* --------------------------