#Installing ngrok on OSX
- Download ngrok
- Unzip it to your Applications directory
- Create a symlink (instructions below)
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