1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge branch 'master' into graph

This commit is contained in:
Solomon Hykes 2013-03-21 01:38:44 -07:00
commit 1ed13f65fe

View file

@ -227,7 +227,7 @@ Setting up a dev environment
Instructions that is verified to work on Ubuntu 12.10,
```
sudo apt-get -y install lxc wget bsdtar curl libsqlite3-dev golang
sudo apt-get -y install lxc wget bsdtar curl libsqlite3-dev golang git pkg-config
export GOPATH=~/go/
export PATH=$GOPATH/bin:$PATH