From a1c817d7586535b6acad8f1a62f3591a09b13a34 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 10 Dec 2023 12:52:35 +0100 Subject: [PATCH] fix README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 693c276c..1728c7f8 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,20 @@ DNS domain name (FQDN), for example `chat.example.org`. to your DNS provider: ``` - cmdeploy dnszone + cmdeploy dns ``` +6. To check status of your remotely running chatmail service: + + ``` + cmdeploy status + ``` + +7. To benchmark your chatmail service: + + ``` + cmdeploy bench + ``` ### Refining the web pages