mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
docs: fix typo
This commit is contained in:
parent
51d82598e7
commit
0201fef559
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ Browsertrix Crawler can analyze an existing crawl to compare what the browser en
|
||||||
To be able to run QA on a crawl, you must first have an existing crawl, for example:
|
To be able to run QA on a crawl, you must first have an existing crawl, for example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -v $PWD/crawls:/crawls/ -it webrecorder/browsertrix-crawler crawl --url https://webrecorder.net/ --collection example-crawl --text to-warc --screenshot view --generateWACZ```
|
docker run -v $PWD/crawls:/crawls/ -it webrecorder/browsertrix-crawler crawl --url https://webrecorder.net/ --collection example-crawl --text to-warc --screenshot view --generateWACZ
|
||||||
|
```
|
||||||
|
|
||||||
Note that this crawl must be run with `--generateWACZ` flag as QA requires a WACZ to work with, and also ideally the `--text to-warc` and `--screenshot view` flags as well (see below for more details on comparison dimensions).
|
Note that this crawl must be run with `--generateWACZ` flag as QA requires a WACZ to work with, and also ideally the `--text to-warc` and `--screenshot view` flags as well (see below for more details on comparison dimensions).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue