diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-07 22:58:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-07 22:58:31 +0200 |
commit | 225dafdee75138e4643668249635c0d3d06069bc (patch) | |
tree | e6a50e7272d61e82968aa6cdf77e5a370ba3aa13 /doc | |
parent | 60142854af39e03a00bb2ab12f4710ec4311a4b7 (diff) |
doc: Refer to "Substitutes" from "Setting Up the Daemon".
Suggested by Mark H Weaver.
* doc/guix.texi (Setting Up the Daemon): Add xref to "Substitutes".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2997978582..42f616548d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -338,7 +338,8 @@ goes through the daemon. For instance, command-line tools such as daemon (@i{via} remote procedure calls) to instruct it what to do. The following sections explain how to prepare the build daemon's -environment. +environment. Also @ref{Substitutes}, for information on how to allow +the daemon to download pre-built binaries. @menu * Build Environment Setup:: Preparing the isolated build environment. |