diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-18 22:03:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-18 22:50:31 +0200 |
commit | 48febeb81a06f95f2af98e153868e6d29a4ba353 (patch) | |
tree | bda44b865aecc9c772ab347bba75de4118c798a3 /doc | |
parent | 6c1cd80d8fcba1c5cfbd872e714c0e5603c1a3e4 (diff) | |
download | guix-48febeb81a06f95f2af98e153868e6d29a4ba353.tar guix-48febeb81a06f95f2af98e153868e6d29a4ba353.tar.gz |
doc: Mention the home page.
* doc/guix.texi (Installation): Add a sentence pointing to the home
page. Suggested by Arne Babenhauserheide.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 188ab1ae73..96ffd51730 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -141,8 +141,10 @@ Distribution}. @node Installation @chapter Installation -This section describes the software requirements of Guix, as well as how -to install it and get ready to use it. +GNU Guix is available for download from its website at +@url{http://www.gnu.org/software/guix/}. This section describes the +software requirements of Guix, as well as how to install it and get +ready to use it. The build procedure for Guix is the same as for other GNU software, and is not covered here. Please see the files @file{README} and |