From 0e6147e5700953fc16461483fa6ec02a0b47a6eb Mon Sep 17 00:00:00 2001 From: Henning Oschwald Date: Sun, 7 Apr 2024 09:56:50 +0200 Subject: [PATCH] fix line break in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b20bfe8..9b25b2b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Mailman 3 setup using Podman Quadlets. Containers are supposed to run in rootles $ cp mailman/* ~mailman/.config/containers/systemd/ 1. Now we have to generate some secrets which the various components use to talk to each other: + ``` $ pwgen -1 32 | | podman secret create HYPERKITTY_API_KEY - $ pwgen -1 32 | podman secret create MAILMAN_REST_PASSWORD -