diff --git a/README.md b/README.md index 2b3628375a..671c24109b 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ Setting up a dev environment Instructions that have been verified to work on Ubuntu 12.10, ```bash -sudo apt-get -y install lxc curl xz-utils golang git +sudo apt-get -y install lxc curl xz-utils golang git mercurial export GOPATH=~/go/ export PATH=$GOPATH/bin:$PATH