[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: doc: Explain how to make the Info manual visible.
From: |
Ludovic Courtès |
Subject: |
03/03: doc: Explain how to make the Info manual visible. |
Date: |
Wed, 20 Jan 2016 23:22:43 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit aca738f3c655a63c31de7e568b628c7d81b8c48f
Author: Ludovic Courtès <address@hidden>
Date: Thu Jan 21 00:20:36 2016 +0100
doc: Explain how to make the Info manual visible.
Suggested by David Thompson <address@hidden>
at <http://bugs.gnu.org/22402>.
* doc/guix.texi (Binary Installation): Explain how to make the Info
manual visible.
---
doc/guix.texi | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 6b66aef..a5816e9 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:
+
address@hidden
+# 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
address@hidden 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: