Browse Source

fix readme docs

Alan Shreve 12 years ago
parent
commit
a05f7862df
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -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]