diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-28 18:25:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-28 22:57:07 +0200 |
commit | 0fe169220050db9eb0b271e2afebe70ccd070ab9 (patch) | |
tree | 62650867b741e22a646202665f9a4b1e91fa41f8 | |
parent | 7dac61143d9911ad02e239a44b17bd40f06d47a6 (diff) | |
download | patches-0fe169220050db9eb0b271e2afebe70ccd070ab9.tar patches-0fe169220050db9eb0b271e2afebe70ccd070ab9.tar.gz |
doc: Duplicate recommendation about 'guix-install.sh'.
Since our web site points to "Binary Installation", it's best to have
that note there.
* doc/guix.texi (Binary Installation): Add note about guix-install.sh.
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4f43db3443..c28ded1cf1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -518,6 +518,15 @@ dependencies. This is often quicker than installing from source, which is described in the next sections. The only requirement is to have GNU@tie{}tar and Xz. +@c Note duplicated from the ``Installation'' node. +@quotation Note +We recommend the use of this +@uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh, +shell installer script}. The script automates the download, installation, and +initial configuration steps described below. It should be run as the root +user. +@end quotation + Installing goes along these lines: @enumerate |