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