aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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