From fdea828ed4ed57551772c080ba4da234ebf3745e Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Mon, 11 Aug 2014 13:47:28 -0700
Subject: [PATCH] simplify install a bit

---
 docs/INSTALL-digital-ocean.md | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md
index 991caa21b..6520627a7 100644
--- a/docs/INSTALL-digital-ocean.md
+++ b/docs/INSTALL-digital-ocean.md
@@ -48,20 +48,11 @@ You will be asked for permission to connect, type `yes`, then enter the root pas
 
 # Install Discourse
 
-Create a `/var/docker` folder:
+Create a `/var/docker` folder, clone the [Official Discourse Docker Image][dd] into it, and make a copy of the config file as `app.yml`:
 
     mkdir /var/docker
-
-Clone the [Official Discourse Docker Image][dd] into this `/var/docker` folder:
-
     git clone https://github.com/discourse/discourse_docker.git /var/docker
-
-Switch to your Docker folder:
-
     cd /var/docker
-
-Copy the `samples/standalone.yml` file into the `containers` folder as `app.yml`:
-
     cp samples/standalone.yml containers/app.yml
 
 <img src="http://www.discourse.org/images/install/mkdir-var-docker.png" width="586" height="246">