From 5d03c30861d366ec84c1bef10610987b8a1f12b0 Mon Sep 17 00:00:00 2001 From: Guilherme Silva <626206+guihkx@users.noreply.github.com> Date: Wed, 29 Jan 2020 08:17:30 -0300 Subject: [PATCH] Clone submodules as well, otherwise building fails --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 334509f2..15f90bbd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ A modification of the Mesa Vulkan overlay. Including GUI improvements, temperatu First, clone this repository and cd into it: -`git clone https://github.com/flightlessmango/MangoHud.git; cd MangoHud` +``` +git clone --recurse-submodules https://github.com/flightlessmango/MangoHud.git +cd MangoHud +``` Then simply run the following command: