diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-26 17:06:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-27 13:53:46 +0100 |
commit | 537c8bb3fc882ef266a9e98b86a9073edec32273 (patch) | |
tree | 40e24efa9ef639b985f4a48ad4a9b3b031d7fe98 /doc | |
parent | eeb3703db5159c159bb4ad660e2ff054c75396e2 (diff) | |
download | guix-537c8bb3fc882ef266a9e98b86a9073edec32273.tar.gz |
doc: Add cross-reference to the gnutls-guile manual.
* doc/guix.texi (Invoking guix download): Add cross-reference to the gnutls-guile manual.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4c59d9f696..f2b652762d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2675,7 +2675,9 @@ The @command{guix download} command supports the same URIs as used in package definitions. In particular, it supports @code{mirror://} URIs. @code{https} URIs (HTTP over TLS) are supported @emph{provided} the Guile bindings for GnuTLS are available in the user's environment; when -they are not available, an error is raised. +they are not available, an error is raised. @xref{Guile Preparations, +how to install the GnuTLS bindings for Guile,, gnutls-guile, +GnuTLS-Guile}, for more information. The following option is available: |