diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md
index 9f26d48adbe..43d6105b909 100644
--- a/docs/INSTALL-digital-ocean.md
+++ b/docs/INSTALL-digital-ocean.md
@@ -22,11 +22,11 @@ Connect to your Droplet via SSH, or use [Putty][put] on Windows:
Replace `192.168.1.1` with the IP address of your Droplet.
-
+
You will be asked for permission to connect, type `yes`, then enter the root password from the email Digital Ocean sent you when the Droplet was set up.
-
+
# Set up Swap (if needed)
@@ -38,12 +38,14 @@ You will be asked for permission to connect, type `yes`, then enter the root pas
apt-get install git
-
+
# Install Docker
wget -qO- https://get.docker.io/ | sh
+
+
# Install Discourse
Create a `/var/docker` folder:
@@ -62,6 +64,8 @@ Copy the `samples/standalone.yml` file into the `containers` folder as `app.yml`
cp samples/standalone.yml containers/app.yml
+
+
# Edit Discourse Configuration
Edit the Discourse configuration at `app.yml`:
@@ -98,7 +102,7 @@ Be sure to save the `app.yml` file, and begin bootstrapping Discourse:
./launcher bootstrap app
-
+
This command can take up to 8 minutes. It is automagically configuring your Discourse environment.
@@ -106,7 +110,7 @@ After that completes, start Discourse:
./launcher start app
-
+
Congratulations! You now have your own instance of Discourse!