Created
September 19, 2023 15:30
-
-
Save sirkirby/87c89386f8b9f6ede3168e68d9c9138c to your computer and use it in GitHub Desktop.
install ngrok on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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