From efdc25ff6ede8467295cf2b93c4006521afbb216 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Feb 2022 14:30:22 +0100 Subject: [PATCH] make more explicit which domain is meant --- docs/operators/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index f88949ac..7cffd3cd 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -148,10 +148,10 @@ If you run into issues during installation, [please report a ticket](https://git #### Add your server -Now you can connect `abra` with your server. You need to have a working SSH configuration before you can do this. That means you can run `ssh ` on your command-line and everything Works :tm:. +Now you can connect `abra` with your server. You need to have a working SSH configuration before you can do this. That means you can run `ssh ` on your command-line and everything Works :tm:. ```bash -abra server add -p +abra server add -p ``` !!! warning "Beware of SSH dragons"