Skip to content

Instantly share code, notes, and snippets.

@Bratela
Forked from wosephjeber/ngrok-installation.md
Created December 10, 2016 07:55
Show Gist options
  • Select an option

  • Save Bratela/c1ec03c79d2ae48f2bb2bef4b4183df6 to your computer and use it in GitHub Desktop.

Select an option

Save Bratela/c1ec03c79d2ae48f2bb2bef4b4183df6 to your computer and use it in GitHub Desktop.
Installing ngrok on Mac

#Installing ngrok on OSX

  1. Download ngrok
  2. Unzip it to your Applications directory
  3. Create a symlink (instructions below)

Creating a symlink to ngrok

Run the following two commands in Terminal to create the symlink

# Change directories to your local bin
cd /usr/local/bin

# create symlink
ln -s /Applications/ngrok ngrok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment