Remove unneeded dependencies from README

This commit is contained in:
Solomon Hykes 2013-04-16 12:10:16 -07:00
parent 2a47df0202
commit fc72a809c1
1 changed files with 1 additions and 1 deletions

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`
```