Docs: execute 'clan show' as first step

This commit is contained in:
Johannes Kirschbauer
2025-07-08 10:24:01 +02:00
parent 809a115e58
commit 05658589a0

View File

@@ -103,10 +103,15 @@ Dont worry if your output looks different—the template evolves over time.
run `nix develop` every time, we recommend setting up [direnv](https://direnv.net/). run `nix develop` every time, we recommend setting up [direnv](https://direnv.net/).
``` ```
clan machines list clan show
``` ```
If you see no output yet, thats expected — [add machines](./add-machines.md) to populate it. You should see something like this:
```terminal-session
Name: my-clan
Description: None
```
--- ---