Get disktype installed on Mac using Brew

Package Information:

Name: disktype
Use: Detect content format of a disk or disk image
URL: https://disktype.sourceforge.io/

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 disktype using brew
    brew install disktype

disktype is ready to use now!