Skip to content

Commit

Permalink
add python package install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowingc committed Mar 11, 2024
1 parent 77af21b commit 7706f7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

Fido is a website to check your sites for broken links.

codeberg.org/meadowingc/fido
The only external dependency is Python's `linkchecker` package.

```bash
pip3 install linkchecker==10.4.0
```

0 comments on commit 7706f7d

Please sign in to comment.