We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0bdae commit 90eed61Copy full SHA for 90eed61
1 file changed
README.md
@@ -39,6 +39,12 @@ step and go straight to serving the local build via `nix-shell`.
39
nix-shell -p mdbook mdbook-admonish --command 'mdbook serve'
40
```
41
42
+We also use [lychee](https://lychee.cli.rs/) to check that the links we put into the book actually go somewhere.
43
+This is another tool that you can install with cargo.
44
+```
45
+cargo install --locaked lychee
46
47
+
48
# Notes
49
Some notes on how this site is structured and built.
50
0 commit comments