Skip to content

Commit 52f5f18

Browse files
committed
docs: recommend 'localhost' instead of '@Local' to be consistent with --help
also looks prettier, because @Local is highlighted weirdly
1 parent 7deba59 commit 52f5f18

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/source/getting_started.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ steps. Please substitute it with your own domain.
6161

6262
::
6363

64-
scripts/cmdeploy run --ssh-host @local
64+
scripts/cmdeploy run --ssh-host localhost
6565

6666
This script will also check that you have all necessary DNS records.
6767
If DNS records are missing, it will recommend which you should
@@ -76,13 +76,13 @@ to enable federation with other relays:
7676

7777
::
7878

79-
scripts/cmdeploy dns --ssh-host @local
79+
scripts/cmdeploy dns --ssh-host localhost
8080

8181
You should also test whether your chatmail service is working correctly:
8282

8383
::
8484

85-
scripts/cmdeploy test --ssh-host @local
85+
scripts/cmdeploy test --ssh-host localhost
8686

8787
Other Helpful Commands
8888
----------------------
@@ -91,14 +91,14 @@ To check the status of your chatmail relay:
9191

9292
::
9393

94-
scripts/cmdeploy status --ssh-host @local
94+
scripts/cmdeploy status --ssh-host localhost
9595

9696

9797
To measure the performance of your chatmail service:
9898

9999
::
100100

101-
scripts/cmdeploy bench --ssh-host @local
101+
scripts/cmdeploy bench --ssh-host localhost
102102

103103

104104

0 commit comments

Comments
 (0)