Updated instructions for NearlyFreeSpeech

This commit is contained in:
Adam Heckler 2014-02-04 18:35:06 -05:00
parent 182a49fcff
commit 5dc7a6c7be
1 changed files with 5 additions and 2 deletions

View File

@ -28,10 +28,13 @@ sudo yum install ruby-devel
{% endhighlight %} {% endhighlight %}
On [NearlyFreeSpeech](http://nearlyfreespeech.net/) you need to run the On [NearlyFreeSpeech](http://nearlyfreespeech.net/) you need to run the
command with the following environment variable: following commands before installing Jekyll:
{% highlight bash %} {% highlight bash %}
RB_USER_INSTALL=true gem install jekyll export GEM_HOME=/home/private/gems
export GEM_PATH=/home/private/gems:/usr/local/lib/ruby/gems/1.8/
export PATH=$PATH:/home/private/gems/bin
export RB_USER_INSTALL='true'
{% endhighlight %} {% endhighlight %}
On OSX, you may need to update RubyGems: On OSX, you may need to update RubyGems: