From d6b338ba3f7bc54a8e58f61499287033d771ed39 Mon Sep 17 00:00:00 2001 From: Elias Andualem Date: Sun, 7 May 2023 04:09:20 +0300 Subject: [PATCH] Update Homebrew install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e3b87..390d527 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ xcode-select --install Once that is done, we can install Homebrew by copy-pasting the installation command from the [Homebrew homepage](http://brew.sh/) inside the terminal: ``` -/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)" ``` Follow the steps on the screen. You will be prompted for your user password so Homebrew can set up the appropriate permissions.