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