From 214588ba837535ec446c227a1ceef65dee650d58 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 4 Nov 2025 23:15:17 +0000 Subject: [PATCH] Update readme with instructions on how to run the webserver --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 77c9701e..50f788af 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ nix develop go build . ``` +## Running + +```sh +> BASE_URL=https://sync.nidus.cloud ARCGIS_CLIENT_ID=foo ARCGIS_CLIENT_SECRET=bar POSTGRES_DSN='postgresql://?host=/var/run/postgresql&dbname=nidus-sync' ./nidus-sync +``` + ## Hacking ### bob