fix line break in README

This commit is contained in:
Henning Oschwald
2024-04-07 09:56:50 +02:00
parent b789bda9e0
commit 0e6147e570

View File

@@ -14,6 +14,7 @@ Mailman 3 setup using Podman Quadlets. Containers are supposed to run in rootles
$ cp mailman/* ~mailman/.config/containers/systemd/ $ cp mailman/* ~mailman/.config/containers/systemd/
1. Now we have to generate some secrets which the various components use to talk to each other: 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 HYPERKITTY_API_KEY -
$ pwgen -1 32 | podman secret create MAILMAN_REST_PASSWORD - $ pwgen -1 32 | podman secret create MAILMAN_REST_PASSWORD -