From df673c63fba6a986ce3665ca18432e1696a61a6f Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Thu, 3 Nov 2016 10:16:52 +0000 Subject: [PATCH] README: Add missing code block One of the command sequences was not indented enough, so it appears as text instead of code. This patch fixes that by surrounding it with ``` to mark it explicitly as a code block. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 869e00d..360e804 100644 --- a/README.md +++ b/README.md @@ -151,9 +151,10 @@ To use them, they just need to be available in your system. For example, in Debian you can run the following to install all three: - apt install greylistd spamc clamdscan - usermod -a -G greylist mail - +``` +apt install greylistd spamc clamdscan +usermod -a -G greylist mail +``` Note that the default hook may not work in all cases, it is provided as a practical example but you should adjust it to your particular system if