Skip to content

Instantly share code, notes, and snippets.

@sirmews
Last active April 29, 2019 02:53
Show Gist options
  • Save sirmews/40ccc57534d1c2942c29eede1a17c8a5 to your computer and use it in GitHub Desktop.
Save sirmews/40ccc57534d1c2942c29eede1a17c8a5 to your computer and use it in GitHub Desktop.
Installing ngrok on Mac OS

Manual

Download from ngrok.com

mv ~/Whatever/ngrok /Applications/

via symlink

ln -s /Applications/ngrok /usr/local/bin

via alias

echo "alias ngrok='/Applications/ngrok'" >> ~/.bashrc echo "alias ngrok='/Applications/ngrok'" >> ~/.zshrc

Homebrew

brew install ngrok

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