aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-11-21 12:46:16 -0800
committerTrumeet <yuuta@yuuta.moe>2022-11-21 12:46:16 -0800
commitf8d5c565f1f3d191a511964cf95f9120b7b14c81 (patch)
tree7312d339e6beaa21180d8801210ad9991a530970
parentea463f174ea9006a036951e1f9f34e13fb4a0c5e (diff)
downloadhitokoto-f8d5c565f1f3d191a511964cf95f9120b7b14c81.tar
hitokoto-f8d5c565f1f3d191a511964cf95f9120b7b14c81.tar.gz
hitokoto-f8d5c565f1f3d191a511964cf95f9120b7b14c81.tar.bz2
hitokoto-f8d5c565f1f3d191a511964cf95f9120b7b14c81.zip
Update README
-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