Get cbmbasic installed on Mac using Brew

Package Information:

Name: cbmbasic
Use: cbmbasic, a portable version of Commodore’s version of Microsoft BASIC 6502 as found on the Commodore 64

URL: https://github.com/mist64/cbmbasic

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cbmbasic using brew
    brew install cbmbasic

cbmbasic is ready to use now!