From a7aa8d1043e0b911f516bb6693b5809b95e62a1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20R=C3=A1ja?= <jiri.raja@gmail.com>
Date: Wed, 3 May 2023 10:34:45 +0200
Subject: [PATCH] Removed instructions to download modules (from quick-start)

---
 docs/getting-started/quick-start.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md
index 668bb0a..7e61ba6 100644
--- a/docs/getting-started/quick-start.md
+++ b/docs/getting-started/quick-start.md
@@ -18,7 +18,6 @@ This example will allow you to quickly install the main Cryton tools using **Doc
 
 !!! danger "Requirements"
 
-    - [Git](https://git-scm.com/){target="_blank"}
     - [Docker Compose](https://docs.docker.com/compose/install/){target="_blank"}
 
 !!! tip "Recommendations"
@@ -32,11 +31,6 @@ mkdir cryton
 cd cryton
 ```
 
-Clone the modules:
-```shell
-git clone https://gitlab.ics.muni.cz/cryton/cryton-modules.git --branch {{{ git_release }}}
-```
-
 Create `.env` file and download the settings into it
 
 [//]: # (=== "curl")
-- 
GitLab