mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #1674 from jbbarth/docs
Add mercurial to the list of packages needed in a dev environment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user