From 019b0537f6b60929c4b1806a1db24a6ab3bd3393 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 19 Feb 2014 23:24:12 -0500 Subject: [PATCH] Added docs for installing from master. --- site/docs/installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/docs/installation.md b/site/docs/installation.md index d58a04be..4f566ccc 100644 --- a/site/docs/installation.md +++ b/site/docs/installation.md @@ -71,6 +71,18 @@ use the `-v` switch to indicate the version you'd like to install: gem install jekyll -v '2.0.0.alpha.1' {% endhighlight %} +If you'd like to install a development version of Jekyll, the process is a bit +more involved. This gives you the advantage of having the latest and greatest, +but may be unstable. + +{% highlight bash %} +$ git clone git://github.com/jekyll/jekyll.git +$ cd jekyll +$ script/bootstrap +$ bundle exec rake build +$ ls pkg/*.gem | head -n 1 | xargs gem install -l +{% endhighlight %} + ## Optional Extras There are a number of (optional) extra features that Jekyll supports that you