diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e35f52 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Loftix + +Loftix is a Guix channel containing packages +used and made by UNIST Lab of Software. + +## Installation + +Add the [Guix channel] to `~/.config/guix/channels.scm`: + + (cons* (channel + (name 'loftix) + (url "https://trong.loang.net/~cnx/loftix") + (branch "main")) + %default-channels) + +Then run `guix pull`. + +[Guix channel]: https://guix.gnu.org/manual/devel/en/html_node/Channels.html |