diff --git a/README.md b/README.md index b41147a..6811e91 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,9 @@ workers = 1 # Number of worker processes to use restartDelay = 10 # Delay (seconds) that nimd will wait before restarting itself after crashes sigtermDelay = 90 # Delay (seconds) that nimd will wait before terminating child processes with # SIGKILL after sending a more gentle SIGTERM upon shutdown or exit -``` \ No newline at end of file +``` + +## Testing NimD + +NimD is not quite ready for production yet, but in the `scripts` folder you can find a few simple bash scripts to test NimD +in a minimal Alpine Linux VM using QEMU. \ No newline at end of file