mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-05 14:01:00 +00:00
README: Add Nixpkgs to Installation (#1448)
* README: Add Nixpkgs Installation * README: Hint that Nix starts the check
This commit is contained in:
parent
4dde5288d3
commit
4340fcbcbb
1 changed files with 7 additions and 0 deletions
|
|
@ -61,6 +61,13 @@ docker pull lycheeverse/lychee
|
|||
nix-env -iA nixos.lychee
|
||||
```
|
||||
|
||||
### Nixpkgs
|
||||
|
||||
- [`lychee` package](https://search.nixos.org/packages?show=lychee&query=lychee) for configurations, Nix shells, etc.
|
||||
|
||||
- Let Nix check a packaged site with \
|
||||
[`testers.lycheeLinkCheck`](https://nixos.org/manual/nixpkgs/stable/#tester-lycheeLinkCheck) `{ site = …; }`
|
||||
|
||||
### FreeBSD
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue