From 2e5e69a10c80bcbff1dc592dcaf4afc32a2c3dd5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 24 Jan 2024 22:34:51 +0200 Subject: Add http POST /prisons --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae0203f..1257f5f 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,17 @@ A tool for controlling a desmofylakas cluster written in Chicken Scheme. Install [Chicken Scheme](https://wiki.call-cc.org/platforms). +Install dependencies: + + chicken-install -from-list requirements.list + +## Building and running + Run the tool in the interpreter: - INLINE_TESTS=1 csi -s run.scm # with tests - csi -s run.scm # without tests + # Set DEBUG=1 to show debug prints + # Set INLINE_TESTS=1 to run unit tests before execution + csi -s run.scm Compile a statically linked binary for production: @@ -25,4 +32,4 @@ When adding new modules, add the module names to `modules.list`. The defined mod ## Copyright -© Desmofylakas Core Team 2024 \ No newline at end of file +© Desmofylakas Core Team 2024 -- cgit v1.3