summaryrefslogtreecommitdiff
path: root/_articles/2015-02-12-hacking-irssi.org.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_articles/2015-02-12-hacking-irssi.org.markdown')
-rw-r--r--_articles/2015-02-12-hacking-irssi.org.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/_articles/2015-02-12-hacking-irssi.org.markdown b/_articles/2015-02-12-hacking-irssi.org.markdown
index 1e37e73..ff59440 100644
--- a/_articles/2015-02-12-hacking-irssi.org.markdown
+++ b/_articles/2015-02-12-hacking-irssi.org.markdown
@@ -12,9 +12,8 @@ If you would like to work on the source code of [irssi.org](http://irssi.org)
1. Fork [the code](https://github.com/irssi/irssi.github.io).
2. Clone your repository to your local machine.
-3. [Install](http://jekyllrb.com/) jekyll and see their instructions for serving
- the project.
-4. Have fun!
+3. `gem install github-pages` if you have not already.
+4. Run `jekyll serve` to start the jekyll webserver.
Make your changes previewable
-----------------------------