We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42069c3 commit 968b43dCopy full SHA for 968b43d
1 file changed
README.md
@@ -4,11 +4,21 @@ Broadcast messages that someone joined/left the game.
4
5

6
7
+## Installation
8
+### Docker(Recommended)
9
+```
10
+docker pull ghcr.io/miscord-dev/palog:v0.0.3
11
12
+
13
+### Download binary
14
+* Download binary from [releases](https://github.com/miscord-dev/palog/releases/latest)
15
16
## Environment Variables
17
* RCON_ENDPOINT: Endpoint of RCON (IP:Port)
18
* RCON_PASSWORD: Password of RCON
19
* INTERVAL: Interval to check current players (default: 5s)
20
* TIMEOUT: Timeout of RCON calls (default: 1s)
21
+* UCONV_LATIN: Set `false` to disable escape string with `uconv -x latin`
22
23
## Known issues
24
* If the message is split via whitespaces, `Broadcast` sends only the first segment
0 commit comments