diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-10 19:00:07 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-10 19:00:07 +0200 |
| commit | fe0069ad05615265e2e58ca228acca9ec2fd0ffd (patch) | |
| tree | 40bfb9a6ef114f9f7e6afff02a5aad263f9fb6fb /README | |
| download | guix-ietf-fe0069ad05615265e2e58ca228acca9ec2fd0ffd.tar.gz | |
first commit
Diffstat (limited to 'README')
| -rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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) |
