From 5c53eceb79cf3966b4a79b282e2d960a93b9893e 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 Upstream-commit: fc72a809c1c60569fb1d70a95f5296feaa5220f8 Component: engine --- components/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index c186d9a063..4ba9222f85 100644 --- a/components/engine/README.md +++ b/components/engine/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` ```