From 05658589a037423a15b5a90cc6cb950f05b7679d Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 8 Jul 2025 10:24:01 +0200 Subject: [PATCH] Docs: execute 'clan show' as first step --- docs/site/guides/getting-started/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/site/guides/getting-started/index.md b/docs/site/guides/getting-started/index.md index 8e7713021..30bfaaf9d 100644 --- a/docs/site/guides/getting-started/index.md +++ b/docs/site/guides/getting-started/index.md @@ -103,10 +103,15 @@ Don’t 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, that’s expected — [add machines](./add-machines.md) to populate it. +You should see something like this: + +```terminal-session +Name: my-clan +Description: None +``` ---