doc: Update README.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 23 Oct 2020 16:46:12 +0000 (12:46 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 23 Oct 2020 16:57:20 +0000 (12:57 -0400)
* README (Installation): Do not mention installing Guix from Git anymore.
(Building from Git): Add section.

README

diff --git a/README b/README
index 32870d9..169061c 100644 (file)
--- a/README
+++ b/README
@@ -33,17 +33,14 @@ See the manual for the installation instructions, either by running
 
 or by checking the [[https://guix.gnu.org/manual/en/html_node/Installation.html][web copy of the manual]].
 
-For information on installation from a Git checkout, please see the section
-"Building from Git" in the manual, either by running
+* Building from Git
 
-  info -f doc/guix.info "Building from Git"
-
-or by checking the [[https://guix.gnu.org/manual/en/html_node/Running-Guix-Before-It-Is-Installed.html][web
-copy of the manual]].
+For information on building Guix from a Git checkout, please see the relevant
+section in the manual, either by running
 
-Following building Guix from Git, it can be installed by using:
+  info -f doc/guix.info "Building from Git"
 
-  ./pre-inst-env guix pull
+or by checking the [[https://guix.gnu.org/manual/en/html_node/Building-from-Git.html][web_copy of the manual]].
 
 * How It Works