Update readme
This commit is contained in:
parent
3e3b3bad58
commit
7a32a591a9
12
README.md
12
README.md
|
@ -59,11 +59,21 @@ bashrc like this:
|
||||||
|
|
||||||
To use the libraries add the installation path into your implementations load path.
|
To use the libraries add the installation path into your implementations load path.
|
||||||
|
|
||||||
For example with Guile:
|
Example with Guile:
|
||||||
|
|
||||||
guix install snow-arvyy-mustache
|
guix install snow-arvyy-mustache
|
||||||
guile --r7rs -L ${GUIX_PROFILE}/usr/lib/snow
|
guile --r7rs -L ${GUIX_PROFILE}/usr/lib/snow
|
||||||
|
|
||||||
|
Example with Gauche:
|
||||||
|
|
||||||
|
guix install snow-arvyy-mustache
|
||||||
|
gosh -r7 -A ${GUIX_PROFILE}/usr/lib/snow
|
||||||
|
|
||||||
|
Example with Sagittarius:
|
||||||
|
|
||||||
|
guix install snow-arvyy-mustache
|
||||||
|
sash -r7 -L ${GUIX_PROFILE}/usr/lib/snow
|
||||||
|
|
||||||
## Installing SRFI libraries
|
## Installing SRFI libraries
|
||||||
|
|
||||||
SRFI libraries are not yet packaged into this channel. See related
|
SRFI libraries are not yet packaged into this channel. See related
|
||||||
|
|
Loading…
Reference in New Issue