From c9de9010e9a8a2983b0a0da31cd3042e81aebc4f Mon Sep 17 00:00:00 2001 From: Ezra Hill Date: Fri, 28 Jun 2024 18:00:09 -0400 Subject: [PATCH] Update README.md Fixed typo in ArmorLab compile instructions for MacOS where it says "ArmorPaint" instead of "ArmorLab" in a path name. --- armorlab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armorlab/README.md b/armorlab/README.md index 6fa8b7dc..f6d33061 100644 --- a/armorlab/README.md +++ b/armorlab/README.md @@ -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`