Change usage examples (#429)

This commit is contained in:
Matthias 2021-12-18 00:28:08 +01:00 committed by GitHub
parent d80b9b8e6a
commit a795f2bf3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,19 +136,16 @@ outdated information.
## Commandline usage
Run it inside a repository with a `README.md`:
Recursively check all links in supported files inside the current directory
```sh
lychee README.md
lychee .
```
You can also specify various types of inputs:
```sh
# check links in supported files of current directory (recursive)
lychee .
# check links in local file(s):
# check links in specific local file(s):
lychee README.md
lychee test.html info.txt