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 /Makefile.am | |
parent | 9766c6e28e24d0d904900671b0c345cc10f0ea7b (diff) | |
download | guix-6f4e8693e7b0c5d830eafa8a69c3559390f13369.tar guix-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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9bafdab49b..8b762e7094 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,6 +450,7 @@ EXTRA_DIST = \ CODE-OF-CONDUCT \ .dir-locals.el \ bin/guix.in \ + etc/guix-install.sh \ build-aux/build-self.scm \ build-aux/compile-all.scm \ build-aux/hydra/evaluate.scm \ |