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