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:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install envchain using brew
brew install envchain
envchain is ready to use now!