From c6490563aee2d2fdb88f872a229c12198481bb35 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 12 Mar 2024 17:55:23 -0600 Subject: [PATCH] Add Ubuntu compilation example See GitHub Issue #60 --- docs/compilation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/compilation.md b/docs/compilation.md index 534fb5e..9a055d4 100644 --- a/docs/compilation.md +++ b/docs/compilation.md @@ -48,3 +48,9 @@ To compile and install, execute the following: make sudo make install ``` + +## Examples + +### Ubuntu 20.04/22.04 + +See: https://github.com/slusarz/dovecot-fts-flatcurve/issues/60#issuecomment-1987879138