aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c5f29f..7514e77 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,13 @@ pacman -U ./hitokoto-*.zst
```shell
sqlite3 /path/to/data.db '.read /usr/share/hitokoto/doc/init.sql'
-spawn-fcgi -n -p 8080 /usr/bin/hitokoto /path/to/data.db
+systemctl enable --now hitokoto.socket
```
Use your favourite SQLite editor to add sources and quotes.
+The FastCGI socket is at `/run/hitokoto.sock`. Use you favourite web server to serve it.
+
## License
WTFPL