From 444f7020cbc639fd781744be207c843aaf663077 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 28 May 2013 10:56:26 -0600 Subject: [PATCH] Add sudo to commands. --- docs/website/gettingstarted/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/gettingstarted/index.html b/docs/website/gettingstarted/index.html index 1da2f2cc3b..5a8de3232b 100644 --- a/docs/website/gettingstarted/index.html +++ b/docs/website/gettingstarted/index.html @@ -91,8 +91,8 @@

Add the Ubuntu PPA (Personal Package Archive) sources to your apt sources list, update and install.

This may import a new GPG key (key 63561DC6: public key "Launchpad PPA for dotcloud team" imported).

-
apt-get install software-properties-common
-
add-apt-repository ppa:dotcloud/lxc-docker
+
sudo apt-get install software-properties-common
+
sudo add-apt-repository ppa:dotcloud/lxc-docker
sudo apt-get update
sudo apt-get install lxc-docker