diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 7cffd3cd..92bfb464 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -158,11 +158,11 @@ abra server add -p `abra` uses plain 'ol SSH under the hood and aims to make use of your existing SSH configurations in `~/.ssh/config` and interfaces with your running `ssh-agent` for password protected secret key files. - The "server add" command listed above assumes that that you make SSH connections on port 22 using your current username. If that is not he case, pass the new values as position arguments: + The `server add` command listed above assumes that that you make SSH connections on port 22 using your current username. If that is not he case, pass the new values as position arguments: abra server add -p - It's best to take a moment to read [this troubleshooting entry](/abra/trouble/#ssh-connection-issues) if you're running into SSH connection issues with `abra`. Running "server add" with "-d/--debug" should help you debug what is going on under the hood. + It's best to take a moment to read [this troubleshooting entry](/abra/trouble/#ssh-connection-issues) if you're running into SSH connection issues with `abra`. Running `server add` with `-d/--debug` should help you debug what is going on under the hood. The `-p` or `--provision` flag means that `abra` will install Docker and initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server.