From 17aea3a5374eac317764d5d6b3f0c701a509152a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 11 Oct 2024 13:28:54 +0300 Subject: [PATCH] Update readme --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ecf9749..7945ec3 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,12 @@ Into: ~/.config/guix/channels.scm - ## Update the channels Run: guix pull - ## Installing packages The packages have been prefixed with "snow-", and spaces replaced with "-". @@ -47,19 +45,17 @@ or: guix shell snow-arvyy-mustache - - - ## Using the libraries When you install a library it will be in path: ${GUIX_PROFILE}/usr/lib/snow +Note that if you are not running on guix system you might need to set the GUIX_PROFILE in your +bashrc like this: -And when you use library with a shell it will be in path: - - ${GUIX_ENVIRONMENT}/usr/lib/snow +export GUIX_PROFILE="$HOME/.guix-profile" + . "$GUIX_PROFILE/etc/profile" To use the libraries add the installation path into your implementations loadpath. @@ -68,10 +64,6 @@ For example with Guile: guix install snow-arvyy-mustache guile --r7rs -L ${GUIX_PROFILE}/usr/lib/snow -or: - - guix shell snow-arvyy-mustache - guile --r7rs -L ${GUIX_ENVIRONMENT}/usr/lib/snow ## Installing SRFI libraries SRFI libraries are not yet packaged into this channel. See related