chore: Update homebrew installation command (#1662)
This commit is contained in:
parent
ba06fe1cb2
commit
cd7f17f280
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ xcode-select --install
|
|||
### Install Homebrew
|
||||
|
||||
```bash
|
||||
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 Git
|
||||
|
|
Loading…
Reference in a new issue