From 81459a5afc0a6b103c2076481451f56b5b94210e Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 31 Jan 2013 19:01:18 -0800 Subject: [PATCH] Fixed README formatting --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 775253fd1e..2aa4144fbe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Docker -====== Setup instructions ================== @@ -20,9 +18,10 @@ Step by step host setup 2. Assume root identity on your newly installed environment (`sudo -s`) 3. Type the following commands: - apt-get update - apt-get install lxc wget - debootstrap --arch=amd64 quantal /var/lib/docker/images/ubuntu/ + apt-get update + apt-get install lxc wget + debootstrap --arch=amd64 quantal /var/lib/docker/images/ubuntu/ + 4. Download the latest version of the [docker binaries](https://dl.dropbox.com/u/20637798/docker.tar.gz) (`wget https://dl.dropbox.com/u/20637798/docker.tar.gz`) 5. Extract the contents of the tar file `tar -xf docker.tar.gz` 6. Launch the docker daemon `./dockerd`