Update readme
This commit is contained in:
parent
da89cf8f2e
commit
86a481d452
13
README.md
13
README.md
|
@ -5,6 +5,16 @@ The relevant part of Guix manual is
|
|||
[Additional Channels](https://guix.gnu.org/manual/en/html_node/Specifying-Additional-Channels.html).
|
||||
But here is short instructions anyway.
|
||||
|
||||
## Status
|
||||
|
||||
In **alpha**.
|
||||
|
||||
Currently does not work other than used locally. Working on fixing the bugs tho!
|
||||
|
||||
Clone locally and to use run:
|
||||
|
||||
guix shell -L REPOSITORY_LOCATION/packages snow-package-name
|
||||
|
||||
|
||||
## Add the Guix channell
|
||||
|
||||
|
@ -29,7 +39,8 @@ Run:
|
|||
|
||||
## Using packages
|
||||
|
||||
It is recommended to use the packages with guix shell.
|
||||
|
||||
### 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:
|
||||
|
|
Loading…
Reference in New Issue