Merge pull request #885 from dotcloud/remove_bsdtar

* Runtime: Remove bsdtar dependency
This commit is contained in:
Guillaume J. Charmes
2013-06-18 17:24:26 -07:00
9 changed files with 110 additions and 16 deletions

View File

@@ -262,7 +262,7 @@ Setting up a dev environment
Instructions that have been verified to work on Ubuntu 12.10,
```bash
sudo apt-get -y install lxc wget bsdtar curl golang git
sudo apt-get -y install lxc curl xz-utils golang git
export GOPATH=~/go/
export PATH=$GOPATH/bin:$PATH