diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-01-28 22:14:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-01-30 03:48:04 +0100 |
commit | 6f4e8693e7b0c5d830eafa8a69c3559390f13369 (patch) | |
tree | bf794bdac9a308e14a97a0bee85c24502ddc6e70 /doc | |
parent | 9766c6e28e24d0d904900671b0c345cc10f0ea7b (diff) | |
download | patches-6f4e8693e7b0c5d830eafa8a69c3559390f13369.tar patches-6f4e8693e7b0c5d830eafa8a69c3559390f13369.tar.gz |
etc: Add installation script.
* etc/guix-install.sh: New file.
* Makefile.am (EXTRA_DIST): Add it.
* doc/guix.texi (Binary Installation): Mention it.
Co-authored-by: sharlatan <sharlatanus@gmail.com>
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 eba5da2908..2b27a675cd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -403,6 +403,11 @@ 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. +We provide a +@uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh, +shell installer script}, which automates the download, installation, and +initial configuration of Guix. It should be run as the root user. + Installing goes along these lines: @enumerate |