Skip to content

Commit

Permalink
Add syntax highlighting in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed May 25, 2024
1 parent b168b02 commit 7b1d67d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ environment:

Open a terminal and run server:

```
```bash
python3 weercd.py
```

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

```
```bash
weechat --temp-dir
```

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

Add server and connect to it:

```
```text
/server add weercd 127.0.0.1/7777
/connect weercd
```
Expand All @@ -62,13 +62,13 @@ or [Podman](https://podman.io/).

To build the container:

```
```bash
make container
```

To run the container as a daemon:

```
```bash
docker run -p 7777:7777 -d weercd
```

Expand Down

0 comments on commit 7b1d67d

Please sign in to comment.