mirror of https://github.com/docker/docs.git
Merge pull request #115 from termie/readme_update
update the dependencies for the dev environment
This commit is contained in:
commit
33d2905cde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue