From 482069d6e702fa58f0d4ce79e380f0d48bc2d954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2019 11:51:49 +0200 Subject: [PATCH] Update instructions for cloning the entire repository tree. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5c5b4a79b..adcd288d1 100644 --- a/Readme.md +++ b/Readme.md @@ -19,9 +19,8 @@ you can use the following procedure: ``` git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde +git clone https://mirror.git.trinitydesktop.org/gitea/TDE/scripts tde/scripts cd tde -git submodule init -- scripts -git submodule update -- scripts ./scripts/switch_all_submodules_to_head_and_clean anonymous ```