From 4cc66c1750494f9e0337e21e03e6e4ae55b7be3a Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 1 Jul 2025 10:18:28 -0600 Subject: [PATCH] docs: fix code block indentation lvl --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a840f5bdd407734370281122edc113bfed70105a..86e133a7cfbe1101258a83407328953931dff57d 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ A grumpy old herald who watches your Mumble server and announces comings and goi password: your-password ``` - Correct permissions - ```bash - chmod 600 /var/lib/mumblingherald/.config/go-sendxmpp/config - ``` + ```bash + chmod 600 /var/lib/mumblingherald/.config/go-sendxmpp/config + ``` - Create systemd service in `/etc/systemd/system/mumblingherald.service` ```ini [Unit]