diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-21 00:20:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-21 00:22:34 +0100 |
commit | aca738f3c655a63c31de7e568b628c7d81b8c48f (patch) | |
tree | f1aa140eace29f72fd7656dd058c20fc29a7306e /doc | |
parent | 5d94ac519225e5a79d33701ee9cb5d567f3e5118 (diff) | |
download | guix-aca738f3c655a63c31de7e568b628c7d81b8c48f.tar guix-aca738f3c655a63c31de7e568b628c7d81b8c48f.tar.gz |
doc: Explain how to make the Info manual visible.
Suggested by David Thompson <dthompson2@worcester.edu>
at <http://bugs.gnu.org/22402>.
* doc/guix.texi (Binary Installation): Explain how to make the Info
manual visible.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6b66aef215..a5816e954d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -399,6 +399,21 @@ for instance with: # ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix @end example +It is also a good idea to make the Info version of this manual available +there: + +@example +# mkdir -p /usr/local/share/info +# cd /usr/local/share/info +# for i in /var/guix/profiles/per-user/root/guix-profile/share/info/* ; + do ln -s $i ; done +@end example + +That way, assuming @file{/usr/local/share/info} is in the search path, +running @command{info guix} will open this manual (@pxref{Other Info +Directories,,, texinfo, GNU Texinfo}, for more details on changing the +Info search path.) + @item To use substitutes from @code{hydra.gnu.org} (@pxref{Substitutes}), authorize them: |