From ce1343021b768029c9fed111e5a8f20a8549cca5 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 15 Jun 2026 11:52:08 +0530 Subject: building guide --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- cgit v1.2.3