make more explicit which domain is meant

This commit is contained in:
decentral1se 2022-02-03 14:30:22 +01:00
parent e85fcfd9b6
commit efdc25ff6e
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -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 <domain>` 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 <server-domain>` on your command-line and everything Works :tm:.
```bash
abra server add <domain> -p
abra server add <server-domain> -p
```
!!! warning "Beware of SSH dragons"