From 7534ca38a8d4564b403b781891c02a4a3b354ae1 Mon Sep 17 00:00:00 2001 From: dermagen Date: Mon, 29 Jul 2024 01:05:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 525089b..d0d7692 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Cheap and fast R7RS Scheme Interpreter SKINT is a portable interpreter for the R7RS Scheme programming language. -It can be built from five C source files with a single command. There is no distributives or packages; +It can be built from five C source files (10K lines of code) with a single command. There is no distributives or packages; just compile the source files with your favorite C compiler, link them with the standard C runtime libraries, and you're done. For some platforms, precompiled binaries are available (please see [releases](https://github.com/false-schemers/skint/releases)).