Get envchain installed on Mac using Brew

Package Information:

Name: envchain
Use: Secure your credentials in environment variables
URL: https://github.com/sorah/envchain

Installation Steps:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install envchain using brew
    brew install envchain

envchain is ready to use now!