Update readme
This commit is contained in:
parent
a9f024e10d
commit
3fef66aa26
|
@ -66,12 +66,12 @@ To use the libraries add the installation path into your implementations loadpat
|
|||
For example with Guile:
|
||||
|
||||
guix install snow-arvyy-mustache
|
||||
guile --r7rs -L ${GUIX_PROFILE}/lib/snow
|
||||
guile --r7rs -L ${GUIX_PROFILE}/usr/lib/snow
|
||||
|
||||
or:
|
||||
|
||||
guix shell snow-arvyy-mustache
|
||||
guile --r7rs -L ${GUIX_ENVIRONMENT}/lib/snow
|
||||
guile --r7rs -L ${GUIX_ENVIRONMENT}/usr/lib/snow
|
||||
## Installing SRFI libraries
|
||||
|
||||
SRFI libraries are not yet packaged into this channel. See related
|
||||
|
|
Loading…
Reference in New Issue