Add verbiage around installing pre-releases of jekyll.

This commit is contained in:
Parker Moore 2014-02-19 23:12:00 -05:00
parent aa801efce9
commit a0017b5c72
1 changed files with 16 additions and 0 deletions

View File

@ -55,6 +55,22 @@ community can improve the experience for everyone.
</p>
</div>
## Pre-releases
In order to install a pre-release, make sure you have all the requirements
installed properly and run:
{% highlight bash %}
gem install jekyll --pre
{% endhighlight %}
This will install the latest pre-release. If you want a particular pre-release,
use the `-v` switch to indicate the version you'd like to install:
{% highlight bash %}
gem install jekyll -v '2.0.0.alpha.1'
{% endhighlight %}
## Optional Extras
There are a number of (optional) extra features that Jekyll supports that you