From 7a32a591a98c250e60a70c12f0d7a0310629225b Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 11 Oct 2024 13:33:11 +0300 Subject: [PATCH] Update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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