summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-04-03 21:34:23 +0200
committerAhmed Abdelhalim <[email protected]>2023-04-03 21:34:23 +0200
commita83f9a721c4a85d594f577e249ebbc8fb2c16a6f (patch)
treeff790b292994d3bdfb1fbf880e028642fdacc9a3 /README.md
parent43edc8a0232fda9ab8fef5f3e63eceb11a80b970 (diff)
Fix installing homebrew
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92214d6..fcd5ea4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Install xcode and homebrew
```bash
xcode-select --install
-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)"
cd ~/.rc
brew analytics off
brew tap Homebrew/bundle