diff --git a/README.md b/README.md index 466b4d1..2b616e6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Mailman 3 setup using Podman Quadlets. Containers are supposed to run in rootles # installation 1. Switch to the user account you want to use to run Mailman. 1. In the user account's home directory, create the directory where the Systemd generator looks for quadlets. + $ mkdir -p ~mailman/.config/containers/systemd 1. Then copy the files from the *mailman/* subdirectory in this repository into the quadlet directory: ```bash $ cp mailman/* ~mailman/.config/containers/systemd/```