added some more info to the readme

This commit is contained in:
sirlilpanda
2025-08-24 20:47:59 +12:00
parent 0110b585b4
commit bc93460d04

View File

@@ -1,6 +1,6 @@
# c_command_pattern # 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 # how to build and run it
@@ -19,3 +19,4 @@ to build run these command in the root of the project:
> ./build/main > ./build/main
``` ```
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.