Update homebrew install command

This commit is contained in:
artisteacher 2020-03-25 22:08:49 -04:00 committed by GitHub
parent aa1f0e1060
commit f69e2dd4b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ Check site for any changes in installation instructions, but they will probably
1. Open a Terminal window
2. Execute the following statement:
```
$ /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/master/install.sh)"
```
### Install required software using brew