Docs: execute 'clan show' as first step

This commit is contained in:
Johannes Kirschbauer
2025-07-08 10:24:01 +02:00
parent f691f5a310
commit 8d5740fd16

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/).
```
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
```
---