From 8e1dd75312fe0bff09b60eec218a9d70e7a4dcda Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sun, 11 Oct 2015 21:09:44 -0400 Subject: [PATCH] Fixed a typo, wrap at 80 characters --- site/_docs/troubleshooting.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index 02f10b95..5d7b1ad9 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -79,16 +79,16 @@ 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, 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): +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: +Alternatively, Homebrew can be installed and used to set up Ruby. This can be +done as follows: {% highlight bash %} ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"