aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-06-15 11:52:08 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-06-15 11:52:08 +0530
commitce1343021b768029c9fed111e5a8f20a8549cca5 (patch)
tree97c9f332780476e38157903805f11c92085159e5
parent0bf3438cae952ea462b773f8b21c8a6c9020b309 (diff)
building guide
-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)