From de515c0d124809d616bd922f16674d2e7b74575b Mon Sep 17 00:00:00 2001 From: JOduMonT Date: Fri, 5 Apr 2019 17:07:23 +0200 Subject: [PATCH] Standardization this paragraph loose the copy advantage and is not like others --- docs/i_u_m_install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/i_u_m_install.md b/docs/i_u_m_install.md index 9702d3f0d..5eb4bc584 100644 --- a/docs/i_u_m_install.md +++ b/docs/i_u_m_install.md @@ -26,11 +26,11 @@ Please use the latest Docker engine available and do not use the engine that shi **2\.** Clone the master branch of the repository, make sure your umask equals 0022. ``` -# umask -0022 -# cd /opt -# git clone https://github.com/mailcow/mailcow-dockerized -# cd mailcow-dockerized +umask +# 0022 +cd /opt +git clone https://github.com/mailcow/mailcow-dockerized +cd mailcow-dockerized ``` **3\.** Generate a configuration file. Use a FQDN (`host.domain.tld`) as hostname when asked.