From b7ee746edae5aad11ea5cf44763083c8b67e239c Mon Sep 17 00:00:00 2001
From: Bram Veenboer <veenboer@astron.nl>
Date: Wed, 26 Apr 2023 06:52:37 +0000
Subject: [PATCH] Update README for recursive clone

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 847dea154..e11445b32 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This repository contains the three subprojects of Image Domain Gridding:
 
 # Installation
 ```
-git clone https://git.astron.nl/RD/idg.git
+git clone https://git.astron.nl/RD/idg.git --recursive
 cd idg && mkdir build && cd build
 cmake -DCMAKE_INSTALL_PREFIX=/usr/local/idg/ ..
 ccmake . # For interactively setting parameters, like BUILD_LIB_CUDA
-- 
GitLab