Skip to content

Commit

Permalink
Merge pull request moby#1674 from jbbarth/docs
Browse files Browse the repository at this point in the history
Add mercurial to the list of packages needed in a dev environment
  • Loading branch information
metaliveblog committed Aug 28, 2013
2 parents e6c3da4 + 1adbadd commit bf98fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,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
Expand Down

0 comments on commit bf98fff

Please sign in to comment.