Update readme
This commit is contained in:
parent
3027702766
commit
da89cf8f2e
19
README.md
19
README.md
|
@ -27,12 +27,25 @@ Run:
|
|||
guix pull
|
||||
|
||||
|
||||
## Install packages
|
||||
## Using packages
|
||||
|
||||
The packages have been prefixed with "snow-", so for example to install package (arvyy mustache)
|
||||
It is recommended to use the packages with guix shell.
|
||||
|
||||
The packages have been prefixed with "snow-", so for example to use package (arvyy mustache)
|
||||
from [https://snow-fort.org/pkg](https://snow-fort.org/pkg) run:
|
||||
|
||||
guix install snow-arvyy-mustache
|
||||
guix shell snow-arvyy-mustache
|
||||
|
||||
|
||||
And the library can be found from path ${GUIX_PROFILE}/share/snow.
|
||||
|
||||
To use them add that path into your implementations loadpath.
|
||||
|
||||
For example with Guile:
|
||||
|
||||
guile --r7rs -L ${GUIX_PROFILE}/share/snow
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue