Easy steps to install yq@3 package on Mac

Package Information:

Application Name – yq@3
What is yq@3 – yq is a portable command-line YAML processor. Contribute to mikefarah/yq development by creating an account on GitHub. … brew install yq@3 … Mac: Using MacPorts sudo port selfupdate sudo port install yq. Supported by @herbygillot …
Use of yq@3 – Process YAML documents from the CLI – Version 3
URL – https://github.com/mikefarah/yq

Installation Steps:

  1. Open Terminal using Spotlight search by pressing  <command+space>. Type terminal and hit  Enter  key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install yq@3 using brew
    brew install yq@3

yq@3  is ready to use now!