mirror of
https://github.com/kevachat/geminiapp.git
synced 2025-03-13 05:51:39 +00:00
update readme
This commit is contained in:
parent
de316ba34f
commit
47edad8424
@ -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)
|
Loading…
x
Reference in New Issue
Block a user