From b118d185162d51b32d6cf4d8f72eb04a1d2a77f4 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sun, 20 Nov 2022 14:59:39 +0500 Subject: [PATCH] Update info about config directory --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b64650..4cbc2ba 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Usage -1. Create `gron.d` directory +1. Create `gron.d` directory (`JobConfigsPath` variable from `gron.conf` variable). 2. Create job config in `gron.d/job1.conf` ([TOML](https://en.wikipedia.org/wiki/TOML) format). See examples in [_jobExamples](_jobExamples). -3. Launch `gron` binary -4. HTTP interface available on http://127.0.0.1:9876 +3. Launch `gron` binary. +4. HTTP interface available on http://127.0.0.1:9876.