diff --git a/README.md b/README.md index b9d1cc3..823ec06 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ The user configured for connecting to the SQL Server must be member of the `radi Every command line argument can be specified as an environment variable by prefixing it with `RVS_`, capitalizing it, and replicaing hyphens (`-`) with underscores (`_`), e.g. `full-sync-cron-spec` becomes `RVS_FULL_SYNC_CRON_SPEC`. - ## Developing You need Go (>=1.22) installed. Make sure GOPATH and GOROOT are properly set up. Clone the repo into your GOPATH and run go mod download