Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Sep 24, 2024
1 parent 8a950b2 commit e7a16a6
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 @@ -11,7 +11,12 @@ A command-line tool to fetch [Blacklight](https://themarkup.org/series/blackligh

- `nvm use`
- `npm install`
- `./blacklight-query urls.txt`
- `./blacklight-query urls.txt` where `urls.txt` has newline-separated absolute URLs to scan

## You can use pipes

You can also pipe your list of URLs.

- `echo "https://themarkup.org/ | ./blacklight-query`
- `./blacklight-query < urls.txt`

Expand Down

0 comments on commit e7a16a6

Please sign in to comment.