Skip to content

Commit

Permalink
Merge pull request #166 from dwyl/change-ngrok-installation
Browse files Browse the repository at this point in the history
Adds new ngrok installation with homebrew
  • Loading branch information
naazy authored Dec 5, 2017
2 parents 3e62889 + 6071de1 commit 04540b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ please follow these instructions: https://developer.github.com/apps

#### Install ngrok

Install [ngrok](https://ngrok.com). If you have homebrew, you can do this by running `brew install ngrok`
Install [ngrok](https://ngrok.com). If you have homebrew, you can do this by running `brew cask install ngrok`

Then in your terminal enter `ngrok http 4000` to generate an SSH between your localhost:4000 and ngrok.io. Copy the http ngrok URL that appears in your terminal. Paste this URL into the webhook URL input of your GitHub app settings followed by '/event/new'.
Update your other GitHub app settings as follows:
Expand Down

0 comments on commit 04540b1

Please sign in to comment.