Browse Source

fix developers guide debug command

Alan Shreve 12 years ago
parent
commit
f20d426690
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/DEVELOPMENT.md

+ 2 - 2
docs/DEVELOPMENT.md

@@ -55,8 +55,8 @@ Create an ngrok configuration file, "debug.yml" with the following contents:
 
 Then run ngrok with either of these commands:
 
-    ./bin/ngrok -log=ngrok.log start test
-    ./bin/ngrok -log=ngrok.log -subdomain=test 8080
+    ./bin/ngrok -config=debug.yml -log=ngrok.log start test
+    ./bin/ngrok -config=debug.yml -log=ngrok.log -subdomain=test 8080
 
 This will get you setup with an ngrok client talking to an ngrok server all locally under your control. Happy hacking!