diff --git a/docs/development/environment-setup/mac-os.md b/docs/development/environment-setup/mac-os.md index 8f11469af..8ac0a6181 100644 --- a/docs/development/environment-setup/mac-os.md +++ b/docs/development/environment-setup/mac-os.md @@ -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