From 9b944844dd83176c437628b667997e467be302f3 Mon Sep 17 00:00:00 2001 From: "David Sugar (r4gus)" Date: Sun, 14 Jul 2024 12:37:43 +0200 Subject: [PATCH] readme updated --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4d25e..232d8a5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # CBOR Credential Database Format +This document describes a format to store secrets at rest based on the CBOR data format. It is designed as an alternative to other file formats like KDBX used with KeePass and KeePassXC. + ## Source Code -## Documentation +> Requires Zig version 0.13.0 +## Documentation You can build the documentation by running `bikeshed` within the `/docs` folder.