Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a typo, wrap at 80 characters #4022

Merged
merged 1 commit into from
Oct 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions site/_docs/troubleshooting.md
Original file line number Diff line number Diff line change
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