diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 21:58:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-28 22:25:42 +0200 |
commit | 9c18cf9bca04a62b1e468e2aa0448af7ed62e628 (patch) | |
tree | d12eafb9585d7136d68b3f8dbac7497c0acdf692 /doc | |
parent | b397c0d58af641911deb8fd28c2543b68b5275b7 (diff) | |
download | guix-9c18cf9bca04a62b1e468e2aa0448af7ed62e628.tar guix-9c18cf9bca04a62b1e468e2aa0448af7ed62e628.tar.gz |
doc: Suggest running "info info" during system installation.
Based on a suggestion by Chris Marusich <cmmarusich@gmail.com>.
* doc/guix.texi (System Installation): Suggest running "info info".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 71ba4faa98..f1e28753f9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5726,12 +5726,17 @@ also be installed on top of a running GNU/Linux system, @pxref{Installation}. @ifinfo +@quotation Note @c This paragraph is for people reading this from tty2 of the @c installation image. You are reading this documentation with an Info reader. For details on how to use it, hit the @key{RET} key (``return'' or ``enter'') on the link that follows: @pxref{Top, Info reader,, info-stnd, Stand-alone GNU Info}. Hit @kbd{l} afterwards to come back here. + +Alternately, run @command{info info} in another tty to keep the manual +available. +@end quotation @end ifinfo @menu |