From 8f28b154f3c548f6724c1a32293dfa8b0c8242e1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 21 Apr 2014 11:16:01 -0700 Subject: [PATCH] clarify register account --- docs/INSTALL-digital-ocean.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index fa0a1dfe5..ceedd20d0 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -60,7 +60,7 @@ Switch to your Docker folder: cd /var/docker -Copy the `samples/standalone.yml` file into the `containers` folder as `app.yml`, so the path becomes `containers/app.yml`: +Copy the `samples/standalone.yml` file into the `containers` folder as `app.yml`: cp samples/standalone.yml containers/app.yml @@ -118,9 +118,9 @@ Congratulations! You now have your own instance of Discourse! It should be accessible via the domain name `discourse.example.com` you entered earlier, provided you configured DNS. If not, you can also access it by visiting the server IP directly, e.g. `http://192.168.1.1`. -# Log In and Become Admin +# Register New Account and Become Admin -Sign into your Discourse instance. There is a reminder at the top about `DISCOURSE_DEVELOPER_EMAILS`; be sure you log in via one of those email addresses, and your account will automatically be made an Admin. +There is a reminder at the top about `DISCOURSE_DEVELOPER_EMAILS`; be sure you register a new account via one of those email addresses, and your account will automatically be made an Admin. # Post-Install Maintenance