Browse Source

Merge pull request #247 from davej/patch-1

Development doc update: Mercurial is needed to compile ngrok
Alan Shreve 10 years ago
parent
commit
d7f9474efc
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 client
     make server
     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
 ### Compiling release versions
 Both the client and the server contain static asset files.
 Both the client and the server contain static asset files.