From aaeec5ed789dfe351554b44eef8372525b61983f Mon Sep 17 00:00:00 2001
From: manonBlanco <blanco@teklia.com>
Date: Wed, 11 Oct 2023 14:21:17 +0200
Subject: [PATCH] Documentation: Remove submodule mentions

---
 docs/get_started/index.md | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/docs/get_started/index.md b/docs/get_started/index.md
index 8698d476..7d57d80b 100644
--- a/docs/get_started/index.md
+++ b/docs/get_started/index.md
@@ -1,15 +1,9 @@
 # Get started
 
-To use DAN in your own environment, you need to first clone with its submodules via:
+To use DAN in your own environment, you need to first clone via:
 
 ```shell
-git clone --recurse-submodules git@gitlab.teklia.com:atr/dan.git
-```
-
-If you forgot the `--recurse-submodules`, you can initialize the submodule using:
-
-```shell
-git submodule update --init
+git clone git@gitlab.teklia.com:atr/dan.git
 ```
 
 Then you can install it via pip:
-- 
GitLab