From 9b63dcdea086bfb41427b43c807459bde4de0a65 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 9 Dec 2017 23:54:57 -0800 Subject: [PATCH] Update TUTORIAL.md --- TUTORIAL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index ab1069f..eb7ab97 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -46,7 +46,13 @@ Assuming you have npm installed, simply run (add `sudo` if needed): npm install -g captainduckduck ``` -Then, run `captainduckduck serversetup`, follow the steps and login to your captain instance. When prompted to enter the root domain, enter `something.mydomain.com` assuming that you set `*.something.mydomain.com` to point to your IP address in step #2. Now you can access your captain from `captain.something.mydomain.com` +Then, run + +```bash + captainduckduck serversetup +``` + +Follow the steps and login to your captain instance. When prompted to enter the root domain, enter `something.mydomain.com` assuming that you set `*.something.mydomain.com` to point to your IP address in step #2. Now you can access your captain from `captain.something.mydomain.com` ### Step 4: Deploy the Test App