How to Install dcd on Mac using Brew

Package Information:

Name: dcd
Use: The D Completion Daemon is an auto-complete program for the D programming language
URL: https://github.com/Hackerpilot/DCD

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dcd using brew
    brew install dcd

dcd is ready to use now!