Skip to content

Commit 90eed61

Browse files
add lychee to website readme
1 parent 8d0bdae commit 90eed61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ step and go straight to serving the local build via `nix-shell`.
3939
nix-shell -p mdbook mdbook-admonish --command 'mdbook serve'
4040
```
4141

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+
4248
# Notes
4349
Some notes on how this site is structured and built.
4450

0 commit comments

Comments
 (0)