aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43ae364..6dd7968 100644
--- a/README.md
+++ b/README.md
@@ -26,3 +26,12 @@ examples:
lorem sentence 2 generate 2 lines/sentences
```
+
+## Building
+`build.c` is the script used to build the project. To use it, bootstrap `build`
+with gcc & run the executable to build the project
+```
+gcc build.c -o build
+./build
+```
+Inspired by [nob](https://github.com/tsoding/nob.h)