From 487f10bf44d0d5b9bb147b9b8a87eb69bb9e78cf Mon Sep 17 00:00:00 2001 From: "Stefan J. Betz" Date: Mon, 30 Sep 2024 16:18:06 +0200 Subject: [PATCH] add usage to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index adc2f4d..fc96eca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# Building + +```shell +go build . +``` + +# Usage + +Just ensure to have a file called `index.txt` in your current working directory. + +```shell +./gocaexpired +``` + # Documentation * [OpenSSL Index Format](https://pki-tutorial.readthedocs.io/en/latest/cadb.html)