ソースを参照

Merge pull request #1674 from jbbarth/docs

Add mercurial to the list of packages needed in a dev environment
Andy Rothfusz 12 年 前
コミット
bf98fff925
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -306,7 +306,7 @@ Setting up a dev environment
 Instructions that have been verified to work on Ubuntu 12.10,
 Instructions that have been verified to work on Ubuntu 12.10,
 
 
 ```bash
 ```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 GOPATH=~/go/
 export PATH=$GOPATH/bin:$PATH
 export PATH=$GOPATH/bin:$PATH