diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
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`. |
