From fc0cfbf003269679963e2babbdf94a63d4ae7cc0 Mon Sep 17 00:00:00 2001 From: prawwtocol <142227259+prawwtocol@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:58:26 +0300 Subject: [PATCH] Update mac build instructions with up-to-date homebrew link --- docs/building-mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-mac.md b/docs/building-mac.md index 11435a8dd..605a5b519 100644 --- a/docs/building-mac.md +++ b/docs/building-mac.md @@ -12,7 +12,7 @@ You will require **api_id** and **api_hash** to access the Telegram API servers. Go to ***BuildPath*** and run - 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)" brew install git automake cmake wget pkg-config gnu-tar ninja nasm meson sudo xcode-select -s /Applications/Xcode.app/Contents/Developer