From 611af3f4564a756f161d0f8d7aec3ef6a26db662 Mon Sep 17 00:00:00 2001 From: Jesse W Date: Fri, 9 Oct 2015 11:35:18 -0700 Subject: [PATCH] added alternative jekyll gem installation instructions --- site/_docs/troubleshooting.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index cf0c3d8e..02f10b95 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -79,8 +79,15 @@ Line Tools. With the introduction of System Integrity Protection, several directories 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 -is to install Homebrew and then use it to set up Ruby. This can be done as +longer available. Given these changes, there are a couple of simple ways to get up and +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: {% highlight bash %}