|
@@ -7,10 +7,11 @@ It is a man-in-the-middle proxy server that you run locally on your development
|
|
- Expose a local http server to the internet on a subdomain of ngrok.com
|
|
- Expose a local http server to the internet on a subdomain of ngrok.com
|
|
|
|
|
|
|
|
|
|
-# Compiling ngrok
|
|
|
|
|
|
+## Compiling ngrok
|
|
Binaries get placed in ./bin
|
|
Binaries get placed in ./bin
|
|
|
|
|
|
git clone git@github.com:inconshreveable/ngrok.git
|
|
git clone git@github.com:inconshreveable/ngrok.git
|
|
|
|
+ cd ngrok
|
|
go get -d ./...
|
|
go get -d ./...
|
|
make
|
|
make
|
|
bin/ngrok [LOCAL PORT]
|
|
bin/ngrok [LOCAL PORT]
|