Steps To Install cattle on Mac

Package Information:

Name: cattle
Use: Cattle is a GObject-based library that allows one to inspect Brainfuck programs in various ways, and to easily embed a full-featured Brainfuck interpreter into any application.
URL: https://github.com/andreabolognani/cattle

Installation Steps:

  1. Open Terminal on your Mac.
  2. Execute the following command

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

cattle is ready to use now!