Difference between revisions of "Ngrok: ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " unzip /path/to/ngrok.zip ./ngrok authtoken <your_auth_token> ./ngrok help ./ngrok http 80") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | sudo apt update | ||
+ | sudo apt install snapd | ||
+ | sudo snap install ngrok | ||
unzip /path/to/ngrok.zip | unzip /path/to/ngrok.zip |
Revision as of 12:50, 5 January 2021
sudo apt update sudo apt install snapd sudo snap install ngrok
unzip /path/to/ngrok.zip ./ngrok authtoken <your_auth_token> ./ngrok help ./ngrok http 80