17 lines
356 B
Markdown
17 lines
356 B
Markdown
# Womblic
|
|
My command line helper tool you probably don't want to install this on your
|
|
system but it might be good inspiration (hopefully).
|
|
|
|
usage:
|
|
```bash
|
|
wom
|
|
```
|
|
|
|
# Showcase
|
|

|
|
|
|
# Building
|
|
/usr/local is just my preferred prefix, nothing should require you to use it.
|
|
```bash
|
|
zig build install -p /usr/local
|
|
```
|