update readme

This commit is contained in:
ghost 2024-03-07 13:26:39 +02:00
parent de316ba34f
commit 47edad8424

View File

@ -48,6 +48,15 @@ KevaChat is distributed chat platform for open, uncensored and privacy respectab
* `php src/server.php 127.0.0.1`
When launching server with systemd, just make sure that manticore service already running:
```
[Unit]
Wants=manticore.service
After=manticore.service
...
```
## See also
* [KevaChat Web Application](https://github.com/kevachat/webapp)