mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update the dev requirements in readme
a little pedantic, perhaps, but on a fresh precise image from vagrant I still needed these two packages to run the commands following it
This commit is contained in:
parent
6d580247c2
commit
2048354c8b
1 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ Setting up a dev environment
|
||||||
Instructions that is verified to work on Ubuntu 12.10,
|
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 GOPATH=~/go/
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
|
|
Loading…
Reference in a new issue