From cb245a7e3032986b9b9a0192834fef668c8683ea Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Fri, 16 Nov 2018 03:30:39 -0500 Subject: [PATCH] Remove installation instructions with Homebrew (#7381) Merge pull request 7381 --- docs/_docs/installation/macos.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index c8f8f532..0f21b5d6 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -24,17 +24,6 @@ Now install Jekyll and [Bundler](/docs/ruby-101/#bundler). gem install bundler jekyll ``` -### Install a newer Ruby version via Homebrew {#homebrew} - -If you wish to install the latest version of Ruby and get faster builds, we recommend doing it via [Homebrew](https://brew.sh) a handy package manager for macOS. - -```sh -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -brew install ruby -ruby -v -ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17] -``` - ### Install multiple Ruby versions with rbenv {#rbenv} Developers often use [rbenv](https://github.com/rbenv/rbenv) to manage multiple @@ -42,6 +31,9 @@ Ruby versions. This can be useful if you want to run the same Ruby version used by your colleagues/collaborators. ```sh +# Install Homebrew +/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + # Install rbenv and ruby-build brew install rbenv