Installing fq on Mac using Brew

Package Information:

Name: fq
Use: fq is a brokered message queue using a publish subscribe model.
URL: https://github.com/circonus-labs/fq

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 fq using brew
    brew install fq

fq is ready to use now!