From f0f4c61a31855d07446f6295fff91f6080b51109 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 18 Apr 2025 06:57:04 +0300 Subject: [PATCH] Update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da4e9ad..034c97d 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ For example if your projects file structure is: The command to compile and run this project is: compile-r7rs -I . -o myproject main.scm - ./main + ./myproject If your project has more than one library then you propably want to store the libraries in one directory. For example: @@ -298,7 +298,7 @@ This is the case the compile-r7rs is tested against, main.scm imports (foo bar). The command to compile and run this project is: compile-r7rs -I ./snow -o myproject main.scm - ./main + ./myproject ### Installation of your project