diff --git a/docs/deploy.md b/docs/deploy.md index f525d4f..b929d99 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -68,14 +68,10 @@ Where `example.com` is replaced with your server DNS name. add them as extra arguments: ```bash - abra server add example.com username 2222 + abra server add -p example.com username 2222 ``` -Once you've added the sever, you can initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server. - -```bash -abra server init example.com -``` +The `-p` or `--provision` flag means that abra will initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server. You will now have a new `~/.abra/` folder on your local file system which stores all the configuration of your Co-op Cloud instance. You can easily share this as a git repository with others.