docs: Homebrew bash script

Fix ##8490
This commit is contained in:
Frank Taillandier 2020-12-01 14:55:11 +01:00 committed by GitHub
parent 9084f9f752
commit 6132653d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ To run the latest Ruby version you need to install it through [Homebrew](https:/
```sh ```sh
# Install Homebrew # 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 Ruby
brew install ruby brew install ruby
``` ```