Last active
December 13, 2017 22:03
-
-
Save craigiswayne/2c5e3b618c0017a9d2ab7b1cb0452538 to your computer and use it in GitHub Desktop.
Ngrok on Raspberry PI
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
| ########################### | |
| # NGROK DOCS: | |
| # https://ngrok.com/docs | |
| ########################### | |
| cd ~/ | |
| wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip | |
| unzip ngrok-stable-linux-arm.zip | |
| sudo mv ngrok /usr/local/bin/ | |
| ngrok http 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment