Merge pull request #1 from guihkx/patch-1

Clone submodules as well, otherwise building fails
pull/20/head
flightlessmango 4 years ago committed by GitHub
commit 6bac1a6b8f
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