Brew – Ruby and Rails Blog https://rubyandrails.net This is where diamonds exists Wed, 04 Aug 2021 23:41:34 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 195321763 Install Homebrew on Mac OS https://rubyandrails.net/forums/topic/install-brew-mac-os/ Mon, 12 Jul 2021 21:14:03 +0000 https://rubyandrails.net/?topic=install-brew-mac-os How-To Install Homebrew on Mac OS
  • Visit Homebrew page for assistance:
    https://brew.sh
  • Open Terminal from
    Applications\Utilities\Terminal
  • run command at the terminal:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Once installed, need to update it, Run:
    brew update
  • Once update is complete, need to upgrade it Run:
    brew upgrade
]]>
527