diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-15 11:52:08 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-15 11:52:08 +0530 |
| commit | ce1343021b768029c9fed111e5a8f20a8549cca5 (patch) | |
| tree | 97c9f332780476e38157903805f11c92085159e5 | |
| parent | 0bf3438cae952ea462b773f8b21c8a6c9020b309 (diff) | |
building guide
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |
