From e5b0c478bb7ae3ac8b78d558daf5f7d713c86363 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Fri, 23 Aug 2024 07:09:36 -0700 Subject: [PATCH] update OSX docs, they don't use the same bin as linux. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d897127..0761f93 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,20 @@ DO NOT INSALL ANOTHER MinGW-W64 from another source such as msys2, you don't nee * develop your game * you are good to go. -# Linux and MacOS Users +# Linux Users * CD into the build folder * run ./premake5 gmake2 * CD back to the root * run make * you are good to go +# MacOS Users +* CD into the build folder +* run ./premake5.osx gmake2 +* CD back to the root +* run make +* you are good to go + # Output files The built code will be in the bin dir