Update readme

This commit is contained in:
retropikzel 2024-10-11 13:33:11 +03:00
parent 3e3b3bad58
commit 7a32a591a9
1 changed files with 11 additions and 1 deletions

View File

@ -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