From 7b1d67d1c0532dd70813e4cb745571b2c7fd8f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 25 May 2024 09:49:40 +0200 Subject: [PATCH] Add syntax highlighting in code blocks --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b631ba1..6303d8c 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` @@ -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 ```