From 5fa00c14133fbd6fb26fbfd25ed1c8be140294ee Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 12 Mar 2026 20:09:11 +0200 Subject: [PATCH] Update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 590fb21..40a5da7 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,13 @@ Implementation of made with POSIX Shell. -No support for -D yet. +## Usage + + COMPILE_R7RS=${SCHEME} compile-r7rs -o main -I libs -A other_libs main.scm + ./main -Supported implementations: +## Implementations - capyscheme - chezscheme - chibi @@ -29,3 +32,6 @@ Supported implementations: - stklos - tr7 - ypsilon + +## Misc +- No support for -D yet.