How to Install dwdiff on Mac using Brew

Package Information:

Name: dwdiff
Use: dwdiff is a diff program that operates at the word level instead of the line level.
URL: http://os.ghalkes.nl/dwdiff.html

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dwdiff using brew
    brew install dwdiff

dwdiff is ready to use now!