Skip to content

Commit

Permalink
Merge pull request #4022 from chrisfinazzo/fix-the-typos
Browse files Browse the repository at this point in the history
Fixed a typo, wrap at 80 characters
  • Loading branch information
Jordon Bedwell committed Oct 12, 2015
2 parents 53f975f + 8e1dd75 commit e830e79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions site/_docs/troubleshooting.md
Expand Up @@ -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)"
Expand Down

0 comments on commit e830e79

Please sign in to comment.