docs: improve start command

This commit is contained in:
Johannes Kirschbauer
2024-03-09 11:25:11 +01:00
parent 11cfc49d27
commit 59de33b68a

View File

@@ -12,12 +12,18 @@ Run this application
./bin/clan-vm-manager ./bin/clan-vm-manager
``` ```
Join a new clan Join the default machine of a clan
```bash ```bash
./bin/clan-vm-manager [clan-uri] ./bin/clan-vm-manager [clan-uri]
``` ```
Join a specific machine of a clan
```bash
./bin/clan-vm-manager [clan-uri]#[machine]
```
For more available commands see the developer section below. For more available commands see the developer section below.
## Developing this Application ## Developing this Application