From 42bba52f66e7d3f04b91cfa774f6949cb6074a71 Mon Sep 17 00:00:00 2001 From: missytake Date: Thu, 14 Dec 2023 18:18:06 +0100 Subject: [PATCH] README: move cmdeploy dns to additional commands --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9157c99d..262012b1 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,9 @@ Please substitute it with your own domain. ``` scripts/cmdeploy run ``` - -5. To show recommended DNS records which you can configure - at your DNS provider - (it can take some time until they are public): - - ``` - scripts/cmdeploy dns - ``` + This script will also show you additional DNS records + which you should configure at your DNS provider + (it can take some time until they are public). ### Other helpful commands: @@ -62,6 +57,12 @@ To check the status of your remotely running chatmail service: scripts/cmdeploy status ``` +To check whether your DNS records are correct: + +``` +scripts/cmdeploy dns +``` + To test whether your chatmail service is working correctly: ```