From da48949ee5ff7d7faf0a0e3e34fc6c553403194b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Tue, 9 Jan 2024 14:14:28 +0100 Subject: [PATCH] Even more easy-to-use docs --- docs/quick-start.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/quick-start.rst b/docs/quick-start.rst index 826697c..0f6ef4b 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -7,6 +7,10 @@ To run the service locally, use: .. code-block:: console + git clone https://github.com/CERT-Polska/mailgoose + + cd mailgoose + cp env.example .env # After doing that, customize the settings in .env if needed docker compose up --build