added alternative jekyll gem installation instructions

This commit is contained in:
Jesse W 2015-10-09 11:35:18 -07:00
parent 9b091f8d5d
commit 611af3f456
1 changed files with 9 additions and 2 deletions

View File

@ -79,8 +79,15 @@ Line Tools.
With the introduction of System Integrity Protection, several directories With the introduction of System Integrity Protection, several directories
that were previously writable are now considered system locations and are no that were previously writable are now considered system locations and are no
longer available. Given these changes, the simplest way to get up and running longer available. Given these changes, there are a couple of simple ways to get up and
is to install Homebrew and then use it to set up Ruby. This can be done as running. One option is to change the location where the gem will be installed (again using
`sudo` only if necessary):
{% highlight bash %}
sudo gem install -n /usr/local/bin jekyll
{% endhighlight %}
Alternatively, Homebrew can be install and used to set up Ruby. This can be done as
follows: follows:
{% highlight bash %} {% highlight bash %}