From 66ddc399d004a1d2442cd132ad02f8ec724555dd Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sat, 12 Jul 2025 16:39:20 +0200 Subject: [PATCH] Docs: fix typos --- docs/site/guides/getting-started/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/site/guides/getting-started/index.md b/docs/site/guides/getting-started/index.md index 83908f77a..fbbba9e75 100644 --- a/docs/site/guides/getting-started/index.md +++ b/docs/site/guides/getting-started/index.md @@ -76,12 +76,12 @@ For example, you might see something like: └── README.md ``` -Don’t worry if your output looks different — Clan templates evolves over time. +Don’t worry if your output looks different — Clan templates evolve over time. To interact with your newly created clan the you need to load the `clan` cli-package it into your environment by running: === "Automatic (direnv, recommended)" - Prerequisite: [Install Direnv](https://direnv.net/docs/installation.html) + - prerequisite: [install nix-direnv](https://github.com/nix-community/nix-direnv) ``` direnv allow @@ -94,7 +94,8 @@ To interact with your newly created clan the you need to load the `clan` cli-pac ``` verify that you can run `clan` commands: -``` + +```bash clan show ```