From cd7f17f280698c7b7c36acb9b4a382a7a34850cd Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 18 Jan 2021 00:09:43 +0530 Subject: [PATCH] chore: Update homebrew installation command (#1662) --- docs/development/environment-setup/mac-os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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