Update README.md
This commit is contained in:
@@ -22,8 +22,12 @@ This crawler uses `InsecureSkipVerify: true` in TLS configuration to accept all
|
|||||||
|
|
||||||
## How to run
|
## How to run
|
||||||
|
|
||||||
Spin up a PostgreSQL, check `misc/sql/initdb.sql` to create the tables and start the crawler.
|
```shell
|
||||||
All configuration is done via command-line flags.
|
make build
|
||||||
|
./dist/crawler --help
|
||||||
|
```
|
||||||
|
|
||||||
|
Check `misc/sql/initdb.sql` to create the PostgreSQL tables.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user