Update README.md

This commit is contained in:
antanst
2025-06-29 23:10:14 +03:00
parent 7b3ad38f03
commit f362a1d2da

View File

@@ -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