diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-11-30 10:34:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-30 10:34:04 +0100 |
commit | d65d7759f0b8bc3068de7beda319da3877c678fc (patch) | |
tree | 8e38f33387d915c4b5bec6ebad38885485a91547 /doc/guix.texi | |
parent | 46ff2dbb4ae6f85554aaf2a16c2e6dc2edf244da (diff) | |
download | patches-d65d7759f0b8bc3068de7beda319da3877c678fc.tar patches-d65d7759f0b8bc3068de7beda319da3877c678fc.tar.gz |
doc: Give the absolute file name of 'hydra.gnu.org.pub' in snippets.
* doc/guix.texi (Substitute Server Authorization): Give the absolute
file name of 'hydra.gnu.org.pub' in the snippet.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ddbb6c8939..b20848da5e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2197,7 +2197,7 @@ make sure you checked the GPG signature of Then, you can run something like this: @example -# guix archive --authorize < hydra.gnu.org.pub +# guix archive --authorize < @var{prefix}/share/guix/hydra.gnu.org.pub @end example Once this is in place, the output of a command like @code{guix build} |