From 2be4de6fc69d0f7ecd6bc52c040c283c44dccb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 17 Sep 2024 10:28:10 +0200 Subject: [PATCH] linkcheck: simplify instructions --- checks/linkcheck/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/checks/linkcheck/README.md b/checks/linkcheck/README.md index 4a1cb35..27cde74 100644 --- a/checks/linkcheck/README.md +++ b/checks/linkcheck/README.md @@ -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.