Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created September 19, 2023 15:30
Show Gist options
  • Save sirkirby/87c89386f8b9f6ede3168e68d9c9138c to your computer and use it in GitHub Desktop.
Save sirkirby/87c89386f8b9f6ede3168e68d9c9138c to your computer and use it in GitHub Desktop.
install ngrok on windows
choco install ngrok
# add your ngrok access token
# get token from https://dashboard.ngrok.com/get-started/your-authtoken
ngrok config add-authtoken 1234556566
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment