Add mercurial to the list of packages needed in a dev environment
| ... | ... |
@@ -306,7 +306,7 @@ Setting up a dev environment |
| 306 | 306 |
Instructions that have been verified to work on Ubuntu 12.10, |
| 307 | 307 |
|
| 308 | 308 |
```bash |
| 309 |
-sudo apt-get -y install lxc curl xz-utils golang git |
|
| 309 |
+sudo apt-get -y install lxc curl xz-utils golang git mercurial |
|
| 310 | 310 |
|
| 311 | 311 |
export GOPATH=~/go/ |
| 312 | 312 |
export PATH=$GOPATH/bin:$PATH |