diff --git a/.gitignore b/.gitignore index 8a30d25..c8d2841 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,6 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +build_files +raylib-master +Makefile diff --git a/README.md b/README.md index bfa3ddc..db378ac 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ double click the .sln file that is geneated. develop your game, you are good to go. # Linux and MacOS Users -CD into the folder -run ./build/premake5 gmake2 +CD into the build folder +run ./premake5 gmake2 +CD back to the root run make you are good to go