Update README.md

Fixed typo in ArmorLab compile instructions for MacOS where it says "ArmorPaint" instead of "ArmorLab" in a path name.
This commit is contained in:
Ezra Hill
2024-06-28 18:00:09 -04:00
committed by GitHub
parent 8ae99de2f6
commit c9de9010e9
+1 -1
View File
@@ -36,7 +36,7 @@ strip ArmorLab
```bash
cd ../armorcore
git apply Patches/metal_raytrace.diff --directory=Kinc
cd ../armorpaint
cd ../armorlab
../armorcore/Kinc/make --from ../armorcore -g metal
cp -a build/krom/ ../armorcore/Deployment
# Open generated Xcode project at `build/ArmorLab.xcodeproj`