Follow simple steps to install cask on Mac

Package Information:

Name: cask
Use: Cask is a project management tool for Emacs Lisp to automate the package development cycle
URL: https://cask.readthedocs.org/

Installation Steps:

  1. Open up your 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 cask using brew
    brew install cask

cask is ready to use now!