Get dmd installed on Mac using Brew

Package Information:

Name: dmd
Use: D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
URL: https://dlang.org/

Installation Steps:

  1. Open Terminal on your Mac.
  2. Execute the following command

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

dmd is ready to use now!