From 763f11e19180adcc9ac730bc593d6417127485ae Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sat, 21 Aug 2021 09:37:20 -0700 Subject: [PATCH] Mention automatic config updates in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d577b6..2085b8e 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,6 @@ This will compile `itd` and `itctl` for Linux aarch64 which is what runs on the ### Configuration -This daemon places a config file at `/etc/itd.toml`. This is the global config. `itd` will also look for a config at `~/.config/itd.toml`. \ No newline at end of file +This daemon places a config file at `/etc/itd.toml`. This is the global config. `itd` will also look for a config at `~/.config/itd.toml`. + +Most of the time, the daemon does not need to be restarted for config changes to take effect. \ No newline at end of file