From 9feed43abf9ceffb7036d144b40681c8bfea96d5 Mon Sep 17 00:00:00 2001
From: Philip Rebohle <philip.rebohle@tu-dortmund.de>
Date: Sun, 21 Aug 2022 21:24:23 +0200
Subject: [PATCH] [meta] Add README entry about submodules

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

diff --git a/README.md b/README.md
index db344e378..12260af61 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,13 @@ export WINEPREFIX=/path/to/.wine-prefix
 
 ## Build instructions
 
+In order to pull in all submodules that are needed for building, clone the repository using the following command:
+```
+git clone --recursive https://github.com/doitsujin/dxvk.git
+```
+
+
+
 ### Requirements:
 - [wine 3.10](https://www.winehq.org/) or newer
 - [Meson](https://mesonbuild.com/) build system (at least version 0.49)