Skip to content

Commit 7b1d67d

Browse files
committed
Add syntax highlighting in code blocks
1 parent b168b02 commit 7b1d67d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ environment:
2727

2828
Open a terminal and run server:
2929

30-
```
30+
```bash
3131
python3 weercd.py
3232
```
3333

3434
Open another terminal and run WeeChat with a temporary home directory:
3535

36-
```
36+
```bash
3737
weechat --temp-dir
3838
```
3939

@@ -45,7 +45,7 @@ Optional: install script(s) in WeeChat (for example `/script install xxx`).
4545

4646
Add server and connect to it:
4747

48-
```
48+
```text
4949
/server add weercd 127.0.0.1/7777
5050
/connect weercd
5151
```
@@ -62,13 +62,13 @@ or [Podman](https://podman.io/).
6262

6363
To build the container:
6464

65-
```
65+
```bash
6666
make container
6767
```
6868

6969
To run the container as a daemon:
7070

71-
```
71+
```bash
7272
docker run -p 7777:7777 -d weercd
7373
```
7474

0 commit comments

Comments
 (0)