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:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fq using brew
brew install fq
fq is ready to use now!