From fc72a809c1c60569fb1d70a95f5296feaa5220f8 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 16 Apr 2013 12:10:16 -0700 Subject: [PATCH] Remove unneeded dependencies from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c186d9a063..4ba9222f85 100644 --- a/README.md +++ b/README.md @@ -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` ```