Easy steps to install helm@2 package on Mac

Package Information:

Application Name – helm@2
What is helm@2 – Not Available for helm@2
Use of helm@2 – Kubernetes package manager
URL – https://helm.sh/

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 helm@2 using brew
    brew install helm@2

helm@2 is ready to use now!