fix: readme typo
All checks were successful
checks / checks (pull_request) Successful in 1m57s
checks / check-links (pull_request) Successful in 13s
checks / checks-impure (pull_request) Successful in 1m45s

This commit is contained in:
Johannes Kirschbauer 2024-04-03 09:43:24 +02:00
parent 69aa46a1d5
commit a6f8f3fb58
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Add the clan tool to your flake inputs:
clan.url = "git+https://git.clan.lol/clan/clan-core";
```
and inside the mkFlake:
and inside the buildClan:
```
imports = [

View File

@ -11,7 +11,7 @@ $ nix shell git+https://git.clan.lol/clan/clan-core
2. Then use the following commands to initialize a new clan-flake:
```shellSession
$ clan flake create my-clan
$ clan flakes create my-clan
```
This action will generate two primary files: `flake.nix` and `.clan-flake`.