bean/README.md
Ari Archer 57c5f3924e
improve readme
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-09-23 19:02:28 +03:00

13 lines
251 B
Markdown

# bean
> [wip] a package manager in pure c
## this is a work in progress project, do not use it
# building
```sh
$ make -j "$(nproc)"
```
\*`nproc` just shows your thread count, u can always just `-j n` where n is your thread count, e.g. `-j 12`