From 2bdd00aa69b901e5230c9b8c24727011626ebeaa Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 15 Jan 2024 13:35:27 -0500 Subject: init --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a65dcc9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# cdb + +A reimplementation of D.J. Bernstein's [cdb tools](https://cr.yp.to/cdb.html) +using [skalibs](https://skarnet.org/software/skalibs/). + +# Installation + +1. `make` +2. `make install` + +# Usage + +See the man pages and the original [cdb page](https://cr.yp.to/cdb.html). -- cgit v1.2.3