From f362a1d2da323f8b608a20230a75524adae6c1a4 Mon Sep 17 00:00:00 2001 From: antanst <> Date: Sun, 29 Jun 2025 23:10:14 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07f42b0..bec47c9 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,12 @@ This crawler uses `InsecureSkipVerify: true` in TLS configuration to accept all ## How to run -Spin up a PostgreSQL, check `misc/sql/initdb.sql` to create the tables and start the crawler. -All configuration is done via command-line flags. +```shell +make build +./dist/crawler --help +``` + +Check `misc/sql/initdb.sql` to create the PostgreSQL tables. ## Configuration