From d270d35cbfe9bc94d1bef16a63e3ca89e87e739e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 17 Jul 2025 17:59:17 +0100 Subject: Document usage instructions and workflow. * doc/workflow.uml, doc/workflow.png, doc/generate-images.sh: New files. * README.md (How to use): New section. --- doc/generate-images.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 doc/generate-images.sh (limited to 'doc/generate-images.sh') diff --git a/doc/generate-images.sh b/doc/generate-images.sh new file mode 100755 index 0000000..e1ee0ba --- /dev/null +++ b/doc/generate-images.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +cat workflow.uml | guix shell plantuml -- plantuml -p > workflow.png -- cgit v1.2.3