Merge pull request #4022 from chrisfinazzo/fix-the-typos

Fixed a typo, wrap at 80 characters
This commit is contained in:
Jordon Bedwell 2015-10-11 22:16:40 -05:00
commit e830e7954c
1 changed files with 5 additions and 5 deletions

View File

@ -79,16 +79,16 @@ 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, there are a couple of simple ways to get up and longer available. Given these changes, there are a couple of simple ways to get
running. One option is to change the location where the gem will be installed (again using up and running. One option is to change the location where the gem will be
`sudo` only if necessary): installed (again using `sudo` only if necessary):
{% highlight bash %} {% highlight bash %}
sudo gem install -n /usr/local/bin jekyll sudo gem install -n /usr/local/bin jekyll
{% endhighlight %} {% endhighlight %}
Alternatively, Homebrew can be install and used to set up Ruby. This can be done as Alternatively, Homebrew can be installed and used to set up Ruby. This can be
follows: done as follows:
{% highlight bash %} {% highlight bash %}
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"