summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-12-10 19:00:07 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-12-10 19:00:07 +0200
commitfe0069ad05615265e2e58ca228acca9ec2fd0ffd (patch)
tree40bfb9a6ef114f9f7e6afff02a5aad263f9fb6fb /README
downloadguix-ietf-fe0069ad05615265e2e58ca228acca9ec2fd0ffd.tar.gz
first commit
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..33e6c84
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+This is a Guix "channel" for the IETF RFCs.
+
+* How to use
+
+Create or modify the =~/.config/guix/channels.scm= file so it looks
+something like this:
+
+: (cons (channel
+: (name 'guix-ietf)
+: (url "https://gitlab.com/efraim/guix-ietf.git")
+: (branch "master"))
+: %default-channels)
+
+Then run ~guix pull~ as usual. Now you should have access to the full
+text listing of the IETF's RFC documentation. Be aware there are more
+than 8000 packages.
+
+* Requirements
+
+ * Guix > 0.15 (for the "channels" feature)