aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 847298b..ec90d82 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,12 @@ API:
* `koushin.set_route(method, path, f)`: register a new HTTP route, `f` will be
called with the HTTP context
+## Hot reload
+
+Lua plugins and templates can be reloaded by sending `SIGUSR1` to koushin.
+
+ killall -USR1 koushin
+
## Contributing
Send patches on the [mailing list], report bugs on the [issue tracker].