1
0
mirror of https://github.com/Mic92/nixos-wiki-infra.git synced 2025-07-07 18:07:12 +02:00

linkcheck: simplify instructions

This commit is contained in:
Jörg Thalheim
2024-09-17 10:28:10 +02:00
parent ff19131911
commit 2be4de6fc6

@ -21,13 +21,10 @@ Dead links if detected early have a chance to prevent linkrot.
## Instructions ## Instructions
```shell ```shell
cd ./checks/linkcheck ./checks/linkcheck/lychee.sh
direnv allow # or # nix develop ..#linkcheck
./lychee.sh
``` ```
It can be run from anywhere so `/path/to/checks/linkcheck/lychee.sh` works but The report will be generated at `/path/to/checks/linkcheck`.
the report will be generated at `/path/to/checks/linkcheck`.
As usual, `nix fmt` works inside linkcheck dir. As usual, `nix fmt` works inside linkcheck dir.