aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-01-24 22:34:51 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-01-24 22:34:51 +0200
commit2e5e69a10c80bcbff1dc592dcaf4afc32a2c3dd5 (patch)
tree04c6ed8b1736abbaee0e6670307fdde5d04a716d /README.md
parent0bc80beb699000826b8e9415a7b254c92dc86a5a (diff)
Add http POST /prisons
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
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