Follow simple steps to install beanstalkd on Mac

Package Information:

Name: beanstalkd
Use: Beanstalk is a simple, fast work queue, originally designed to reduce web latency
URL: https://kr.github.io/beanstalkd/

Installation Steps:

  1. Open Terminal on your Mac.
  2. Copy the below command and execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install beanstalkd using brew
    brew install beanstalkd

beanstalkd is ready to use now!