mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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.
This commit is contained in:
parent
c864647721
commit
1adbadde80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue