mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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.
This commit is contained in:
parent
5d94ac5192
commit
aca738f3c6
1 changed files with 15 additions and 0 deletions
|
@ -399,6 +399,21 @@ for instance with:
|
||||||
# ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix
|
# ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix
|
||||||
@end example
|
@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
|
@item
|
||||||
To use substitutes from @code{hydra.gnu.org} (@pxref{Substitutes}),
|
To use substitutes from @code{hydra.gnu.org} (@pxref{Substitutes}),
|
||||||
authorize them:
|
authorize them:
|
||||||
|
|
Loading…
Reference in a new issue