gemrec/README.md

32 lines
626 B
Markdown
Raw Normal View History

2024-08-11 04:30:31 +00:00
# gemrec
This is a little recfile database that produces a gemlog
## GETTING STARTED
1. read the man page (`gemrec.1`).
or `gemlog.1.scd` which is the scdoc[1] source file,
which is markdown (kinda) that generates the manpage.
2. read `gemrec`.
you'll need to edit some stuff in there anyway.
the globals and the templates.
[1] https://git.sr.ht/~sircmpwn/scdoc/
## REQUIREMENTS
- GNU recutils 1.9
- awk version 20240311
- and other stuff too
## INSTALL
1. copy `gemrec` somewhere in your path.
maybe `~/bin`?
2. copy `gemrec.1` to where your man pages are.
maybe `ls /usr/local/share/man/man1`?