diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-19 11:38:34 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-19 11:38:34 +0900 |
commit | df70fb6e36c094265ed8f20886ad01a0de903693 (patch) | |
tree | 6a2b44443f5adc2d94677b07213f6b63aa052307 | |
parent | e5e298e5d2e8f436f045f9223143c84b4ba611f1 (diff) | |
download | loftix-df70fb6e36c094265ed8f20886ad01a0de903693.tar.gz |
Write a README
-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 |