summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <ldb@leibniz-psychology.org>2020-09-29 08:41:58 +0200
committerLars-Dominik Braun <ldb@leibniz-psychology.org>2020-09-29 08:41:58 +0200
commit5a2d9baeda971df575c017669bca8eb8faa22ebd (patch)
treeed842ce24d62e93c96d2dfcd36758622634bad5c /README.rst
parentb1fe5aaff3ab48e798a4cce02f0212bc91f423dc (diff)
README: Add channel specification
For easy copy&pasting.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e8ea3a5..40f446a 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,18 @@ cannot be included upstream. Currently the following software is packaged:
12- RStudio Web (``rstudio-server``) 12- RStudio Web (``rstudio-server``)
13 13
14See `Using a Custom Guix Channel`_ for instructions how to add it to your 14See `Using a Custom Guix Channel`_ for instructions how to add it to your
15installation. 15installation or simply add the following snippet to your ``channels.scm``:
16
17.. code:: scheme
18
19 (channel
20 (name 'guix-science)
21 (url "https://github.com/guix-science/guix-science.git")
22 (introduction
23 (make-channel-introduction
24 "b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
25 (openpgp-fingerprint
26 "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"))))
16 27
17.. _Guix: https://guix.gnu.org/ 28.. _Guix: https://guix.gnu.org/
18.. _Using a Custom Guix Channel: https://guix.gnu.org/manual/en/guix.html#Using-a-Custom-Guix-Channel 29.. _Using a Custom Guix Channel: https://guix.gnu.org/manual/en/guix.html#Using-a-Custom-Guix-Channel