From 56673381b0958b973d2e8667b0855e21c616e260 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 9 Dec 2013 21:19:00 +0800 Subject: [PATCH] Add step to update repo description URL --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcb8185..46267cf 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ 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. +8. Update the website link in your GitHub repo description. +9. Tell the world about your Life. +10. Add your Life to the [Lives](https://github.com/cheeaun/life/wiki/Lives) page. How to upgrade your *Life* --------------------------