Docs: fix typos

This commit is contained in:
Johannes Kirschbauer
2025-07-12 16:39:20 +02:00
parent 20a6375c2a
commit 66ddc399d0

View File

@@ -76,12 +76,12 @@ For example, you might see something like:
└── README.md
```
Dont worry if your output looks different — Clan templates evolves over time.
Dont 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
```