瀏覽代碼

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 12 年之前
父節點
當前提交
1adbadde80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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