docs: new homebrew script [skip ci]

This commit is contained in:
Frank Taillandier 2020-12-11 00:27:54 +01:00 committed by GitHub
parent 3ca9d6e891
commit 0d7665c517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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