Added documentation for commands to manage users and view actors

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-12-18 15:58:33 +01:00
parent 9485694392
commit d18620c368
4 changed files with 84 additions and 6 deletions

View File

@@ -2,24 +2,27 @@
Manages remote relays
!!! tip "Environment"
You need to run these commands with the appropriate environment loaded
## Make your instance follow a mobilizon instance
```bash
mix mobilizon.relay follow <relay_url>
mix mobilizon.relay follow <relay_host>
```
Example:
```bash
mix mobilizon.relay follow https://example.org/relay
mix mobilizon.relay follow example.org
```
## Make your instance unfollow a mobilizon instance
```bash
mix mobilizon.relay unfollow <relay_url>
mix mobilizon.relay unfollow <relay_host>
```
Example:
```bash
mix mobilizon.relay unfollow https://example.org/relay
mix mobilizon.relay unfollow example.org
```