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