From 642817b37193df073c467594652f2c6488601684 Mon Sep 17 00:00:00 2001 From: StrangeD0s <47105931+StrangeD0s@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:59:29 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9129688..e97670d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# A template project with a Makefile that supports sub-directories. +# A gameboy game made with GBDK. + +## How to compile The Makefile will automatically detect and compile new source files when they are added to the "src" and "res" directories. @@ -10,7 +12,7 @@ Project directories - obj: Compiled ROM (.gb) and debug files go in this directory -## macOS security warnings +### macOS security warnings If you get a security warning on macOS that says ("`... developer cannot be verified, macOS cannot verify that this app is free from malware`"), it does not mean that GBDK is malware. It just means the GBDK toolchain binaries are not signed by Apple, so it won't run them without an additional step. You will need to unquarrantine the files in the bin folder in order to run them. This can be fixed using the following steps. @@ -19,4 +21,4 @@ Open a terminal and navigate to the gbdk bin folder ("bin/" under your GBDK-2020 ``` xattr -d com.apple.quarantine * -``` \ No newline at end of file +```