From f69e2dd4b78e7d073bc40361dec8511c955af6f9 Mon Sep 17 00:00:00 2001 From: artisteacher Date: Mar 26 2020 02:08:49 +0000 Subject: Update homebrew install command --- diff --git a/doc/how_to_build_macosx.md b/doc/how_to_build_macosx.md index 581d9d8..d2d1f8c 100644 --- a/doc/how_to_build_macosx.md +++ b/doc/how_to_build_macosx.md @@ -32,7 +32,7 @@ Check site for any changes in installation instructions, but they will probably 1. Open a Terminal window 2. Execute the following statement: ``` -$ /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/master/install.sh)" ``` ### Install required software using brew