add aufs-tools package to dev env docs page

This commit is contained in:
unclejack 2013-06-14 15:07:43 +03:00
parent e53721ef69
commit fb7eaf67d1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Installation
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:gophers/go
sudo apt-get update
sudo apt-get -y install lxc wget bsdtar curl golang-stable git
sudo apt-get -y install lxc wget bsdtar curl golang-stable git aufs-tools
export GOPATH=~/go/
export PATH=$GOPATH/bin:$PATH