Skip to content

Commit bf98fff

Browse files
committed
Merge pull request moby#1674 from jbbarth/docs
Add mercurial to the list of packages needed in a dev environment
2 parents e6c3da4 + 1adbadd commit bf98fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Setting up a dev environment
306306
Instructions that have been verified to work on Ubuntu 12.10,
307307

308308
```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
310310

311311
export GOPATH=~/go/
312312
export PATH=$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)