Merge pull request #1296 from jannypie/master

Troubleshooting tip for Mac OSX Mountain Lion
This commit is contained in:
Parker Moore 2013-07-10 15:05:20 -07:00
commit 71c997273e
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ On OSX, you may need to update RubyGems:
sudo gem update --system sudo gem update --system
{% endhighlight %} {% endhighlight %}
- If you still have issues, you may need to [use XCode to install Command Line Tools](http://www.zlu.me/blog/2012/02/21/install-native-ruby-gem-in-mountain-lion-preview/) that will allow you to install native gems using
{% highlight bash %}
sudo gem install jekyll
{% endhighlight %}
To install RubyGems on Gentoo: To install RubyGems on Gentoo:
{% highlight bash %} {% highlight bash %}