cleanup include paths

This commit is contained in:
2026-04-18 13:48:00 -05:00
parent 8e838c61e6
commit 2590b03756
7 changed files with 12 additions and 7 deletions

View File

@@ -48,11 +48,11 @@ Linux: GCC
Clone repository
```PowerShell
git clone https://github.com/Blitblank/metabalus.git --recursive
git clone https://git.vxbard.net/homeburger/metabalus.git --recursive
```
or if you forgot to --recursive:
```PowerShell
git clone https://github.com/Blitblank/metabalus.git
git clone https://git.vxbard.net/homeburger/metabalus.git
git submodule update --init --recursive
```
\