diff --git a/README.md b/README.md index ba35b5e..15459bb 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,21 @@ bashrc like this: 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 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 SRFI libraries are not yet packaged into this channel. See related