Fix command order for new CLI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-09-10 14:53:49 +02:00
parent 63a0cc9ea4
commit dbefcabc83
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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.