#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
🍺 ngrok was successfully installed!
But when i run the command
ngrok http 80
it throws the error.“ngrok” cannot be opened because the developer cannot be verified.