From 0d7665c5170762b9b7b6c8ba60aa93de4a1b2075 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 11 Dec 2020 00:27:54 +0100 Subject: [PATCH] docs: new homebrew script [skip ci] --- docs/_docs/installation/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index cadb0c03..f9da9b11 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -60,7 +60,7 @@ Ruby versions. This is very useful when you need to be able to run a given Ruby ```sh # Install Homebrew -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install rbenv and ruby-build brew install rbenv