From a07caaf7f3b7f0fd9398c97ba17fa298d0e06654 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 11 Oct 2024 10:56:11 +0300 Subject: [PATCH] Updated readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bce5ff..e4ec726 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,15 @@ there might be more than one implementation. ## Installation -Download the latest setup executable from Jenkins. +Download the latest setup executable from Jenkins and run it. + + +## Using the libraries + +Add the installation path to your implementations load path: + + %ProgramFiles%/snow + +For example with Gauche: + + gosh.exe -r7 -A "%ProgramFiles%/snow" main.scm