Update readme
This commit is contained in:
parent
d9c3aff524
commit
17aea3a537
16
README.md
16
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
|
||||
|
|
Loading…
Reference in New Issue