aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-08 12:01:48 +0100
committerSimon Ser <contact@emersion.fr>2020-01-08 12:01:48 +0100
commit04199eb1214efcf17ef0fd68d2d20b0401aa162f (patch)
tree6d2d97f0d9a612bdac1ab3404b8cf6f810b4ca7c /README.md
parentad1d2ee7f4d3515c3acf2388697bc25c68f8a383 (diff)
downloadalps-04199eb1214efcf17ef0fd68d2d20b0401aa162f.tar.gz
alps-04199eb1214efcf17ef0fd68d2d20b0401aa162f.zip
readme: document hot reload
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].