Clone submodules as well, otherwise building fails

pull/1/head
Guilherme Silva 4 years ago committed by GitHub
parent 0287920776
commit 5d03c30861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save