Easy Steps to Install cdk on Mac

Package Information:

Name: cdk
Use: Curses development kit provides predefined curses widget for apps
URL: http://invisible-island.net/cdk/

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the command

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

cdk is ready to use now!