Browse Source

Development doc update: Mercurial is needed to compile ngrok

Make will fail with nondescript error (make: *** [deps] Error 1) if you don't have mercurial installed
Dave Jeffery 10 years ago
parent
commit
1a56399614
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/DEVELOPMENT.md

+ 1 - 1
docs/DEVELOPMENT.md

@@ -16,7 +16,7 @@ There are Makefile targets for compiling just the client or server.
     make client
     make server
 
-**NB: You must compile with Go 1.1+!**
+**NB: You must compile with Go 1.1+! You must have Mercurial SCM Installed.**
 
 ### Compiling release versions
 Both the client and the server contain static asset files.