Get flyway installed on Mac using Brew

Package Information:

Name: flyway
Use: Database version control to control migrations
URL: https://flywaydb.org/

Installation Steps:

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

flyway is ready to use now!