From dbefcabc838a71dc7c4a46874a595a5c83676dcc Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 10 Sep 2021 14:53:49 +0200 Subject: [PATCH] Fix command order for new CLI --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 63613b7..33d4d97 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -69,7 +69,7 @@ Where `example.com` is replaced with your server DNS name. 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 example.com init +abra server init example.com ``` 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.