Merge pull request #1296 from jannypie/master
Troubleshooting tip for Mac OSX Mountain Lion
This commit is contained in:
commit
71c997273e
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue