Skip to content

Instantly share code, notes, and snippets.

@milocosmopolitan
Last active June 21, 2023 16:31
Show Gist options
  • Save milocosmopolitan/74f870e6f2ead8493d6b5bbba8cfb010 to your computer and use it in GitHub Desktop.
Save milocosmopolitan/74f870e6f2ead8493d6b5bbba8cfb010 to your computer and use it in GitHub Desktop.
Install ngrok on Mac OS X El Captin(10.11)

#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.

  1. Open your terminal
  2. $ brew cask install ngrok
@CRJones7
Copy link

Thank youu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment