Browse code

Add mercurial to the list of packages needed in a dev environment

The dev environment setup procedure fails if mercurial is not installed
on the machine, it cannot download stuff from
http://code.google.com/p/go.net for instance.

jbbarth authored on 2013/08/26 23:39:38
Showing 1 changed files
... ...
@@ -329,7 +329,7 @@ Setting up a dev environment
329 329
 Instructions that have been verified to work on Ubuntu 12.10,
330 330
 
331 331
 ```bash
332
-sudo apt-get -y install lxc curl xz-utils golang git
332
+sudo apt-get -y install lxc curl xz-utils golang git mercurial
333 333
 
334 334
 export GOPATH=~/go/
335 335
 export PATH=$GOPATH/bin:$PATH