Updated readme
This commit is contained in:
parent
8d794602bc
commit
a07caaf7f3
13
README.md
13
README.md
|
@ -7,4 +7,15 @@ there might be more than one implementation.
|
||||||
|
|
||||||
## Installation
|
## 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
|
||||||
|
|
Loading…
Reference in New Issue