From d6bc3d00af6b4728580ca90b3519df7c530b4dab Mon Sep 17 00:00:00 2001 From: jannypie Date: Wed, 10 Jul 2013 17:10:29 -0400 Subject: [PATCH] Update troubleshooting.md for Mac OSX native gem install issue --- site/docs/troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/docs/troubleshooting.md b/site/docs/troubleshooting.md index 72a86691..e610d387 100644 --- a/site/docs/troubleshooting.md +++ b/site/docs/troubleshooting.md @@ -36,6 +36,12 @@ On OSX, you may need to update RubyGems: sudo gem update --system {% 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: {% highlight bash %}