mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-26 01:10:25 +00:00
Change usage examples (#429)
This commit is contained in:
parent
d80b9b8e6a
commit
a795f2bf3f
1 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue