We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b168b02 commit 7b1d67dCopy full SHA for 7b1d67d
README.md
@@ -27,13 +27,13 @@ environment:
27
28
Open a terminal and run server:
29
30
-```
+```bash
31
python3 weercd.py
32
```
33
34
Open another terminal and run WeeChat with a temporary home directory:
35
36
37
weechat --temp-dir
38
39
@@ -45,7 +45,7 @@ Optional: install script(s) in WeeChat (for example `/script install xxx`).
45
46
Add server and connect to it:
47
48
+```text
49
/server add weercd 127.0.0.1/7777
50
/connect weercd
51
@@ -62,13 +62,13 @@ or [Podman](https://podman.io/).
62
63
To build the container:
64
65
66
make container
67
68
69
To run the container as a daemon:
70
71
72
docker run -p 7777:7777 -d weercd
73
74
0 commit comments