From 4be34a77c213df1d0e5d1d3cede41863eb6d2be8 Mon Sep 17 00:00:00 2001
From: Chris Broekema <broekema@astron.nl>
Date: Wed, 26 Oct 2022 14:47:17 +0200
Subject: [PATCH] Updated README.md to include instructions to update
 submodules

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index b64f60b..d4461d3 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,11 @@ Using the `sm.ms.tar` dataset (md5 b5a325cc) provided by Sarod, the script can b
 ```
 $ python directionalstat.py sm.ms DATA MODEL_DATA 600 60 0.5
 ```
+The C++ implementation depends on the schaapcommon repository. Once this repository is cloned, dependencies can be pulled with:
+```
+$ git submodule init
+$ git submodule update
+```
 
 The C++ implementation needs to be build first:
 ```
-- 
GitLab