diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md
index 668bb0af33f7739596de0a55e80f254d1fe3758d..7e61ba62064276092eb66d6024c8cebb8ac83da1 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")