From 7f17974ba5ec82981b609c2b129d4459a42ba269 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 20 Jan 2024 14:46:09 +0200 Subject: Initial commit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..207a693 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# desmoctl + +A tool for controlling a desmofylakas cluster written in Chicken Scheme. + +## Installation + +Install [Chicken Scheme](https://wiki.call-cc.org/platforms). + +Run the tool in the interpreter with tests: + + INLINE_TESTS=1 csi -s desmoctl.scm + +Compile the tool for production. + + csc -O3 -o desmoctl desmoctl.scm + +## Usage + +See `desmoctl help`. -- cgit v1.3