mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-15 09:42:41 +02:00
linkcheck: simplify instructions
This commit is contained in:
@ -21,13 +21,10 @@ Dead links if detected early have a chance to prevent linkrot.
|
||||
## Instructions
|
||||
|
||||
```shell
|
||||
cd ./checks/linkcheck
|
||||
direnv allow # or # nix develop ..#linkcheck
|
||||
./lychee.sh
|
||||
./checks/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.
|
||||
|
||||
|
Reference in New Issue
Block a user