summaryrefslogtreecommitdiff
path: root/_articles
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-06-26 12:44:37 +0200
committerGitHub <noreply@github.com>2017-06-26 12:44:37 +0200
commit42a4eeee370cf450693b422fde162b6c5c8ab843 (patch)
tree0618e4be3a37871b4ca0397139823b0d5e0c9302 /_articles
parentf834239dbb0ab237418a6a8bd5e77d20f8830e77 (diff)
downloadirssi.github.io-42a4eeee370cf450693b422fde162b6c5c8ab843.zip
Update 2015-02-12-hacking-irssi.org.markdown
small rewording
Diffstat (limited to '_articles')
-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
-----------------------------