From bc93460d0423bbf9af89d3b4581055b7ef4df764 Mon Sep 17 00:00:00 2001 From: sirlilpanda <33928689+sirlilpanda@users.noreply.github.com> Date: Sun, 24 Aug 2025 20:47:59 +1200 Subject: [PATCH] added some more info to the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb6fcfc..c9c9b26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # c_command_pattern -a simple example of how to implement the command pattern in c +a simple example of how to implement the command pattern in c. check [`main.c`](src/main.c) for the implementation # how to build and run it @@ -18,4 +18,5 @@ to build run these command in the root of the project: # runs the program > ./build/main -``` \ No newline at end of file +``` +and if you have a differnt complier you want to use that is posix compliant just change the `CC` macro in the `nob.c` with your one. \ No newline at end of file