Remove unneeded dependencies from README

Upstream-commit: fc72a809c1c60569fb1d70a95f5296feaa5220f8
Component: engine
This commit is contained in:
Solomon Hykes
2013-04-16 12:10:16 -07:00
parent b71d622550
commit 5c53eceb79

View File

@ -83,7 +83,7 @@ Installing on Ubuntu 12.04 and 12.10
1. Install dependencies:
```bash
sudo apt-get install lxc wget bsdtar curl
sudo apt-get install lxc bsdtar
sudo apt-get install linux-image-extra-`uname -r`
```