#Installing ngrok on OSX
When you try to install with downloaded zip file from ngrok website, alert message will pop up and tell you "ngrok" can't be opened because it is from an unidentified developer.
You can simply use homebrew to install this without any issue.
- Open your terminal
$ brew cask install ngrok
brew install --cask ngrok
is what youre here for