Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inconshreveable committed Mar 23, 2013
1 parent 2c2b8fb commit 42c26b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
## What is ngrok?
ngrok is a tool that makes it easier to develop networked services (HTTP/TCP)
It is a man-in-the-middle proxy server that you run locally on your development box. It allows you to do the following things:
- Inspect all http requests/responses sent to/from the proxied application
- Expose a local http server to the internet on a subdomain of ngrok.com

- Inspect all http requests/responses sent to/from the proxied application
- Expose a local http server to the internet on a subdomain of ngrok.com
- Expose a local tcp server to the internet on a random port on ngrok.com


## Compiling ngrok
Binaries get placed in ./bin

git clone git@github.com:inconshreveable/ngrok.git
cd ngrok
go get -d ./...
make
cd ngrok && make
bin/ngrok [LOCAL PORT]

0 comments on commit 42c26b4

Please sign in to comment.