Contents
  1. 1. About the App
  2. 2. Install the App

About the App

  • App name: graphviz
  • App description: Graph visualization software from AT&T and Bell Labs
  • App website: http://graphviz.org/

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
1
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

and press enter/return key. Wait for the command to finish.

  1. Run:
1
brew install graphviz

Done! You can now use graphviz.

Contents
  1. 1. About the App
  2. 2. Install the App