docs: improve start command
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 2m1s
checks / checks (pull_request) Successful in 3m27s

This commit is contained in:
Johannes Kirschbauer 2024-03-09 11:25:11 +01:00
parent 11cfc49d27
commit 59de33b68a
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

@ -12,12 +12,18 @@ Run this application
./bin/clan-vm-manager
```
Join a new clan
Join the default machine of a clan
```bash
./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.
## Developing this Application