From 503d2bfde08f9bf97bbf430516d2f19faedd4319 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 22 Oct 2020 22:43:38 -0400 Subject: README: Refer to the manual for building from Git. * README (Installing Guix from Guix): Remove section. (Installation): For installing from Git, refer to the "Building from Git" section of the manual and suggest using './pre-inst-env guix pull' rather than 'make install' for installing Guix. --- README | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'README') diff --git a/README b/README index 5e9069f80f5..32870d9c3c6 100644 --- a/README +++ b/README @@ -34,24 +34,16 @@ 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. +"Building from Git" in the manual, either by running -* Installing Guix from Guix + info -f doc/guix.info "Building from Git" -You can re-build and re-install Guix using a system that already runs Guix. -To do so: +or by checking the [[https://guix.gnu.org/manual/en/html_node/Running-Guix-Before-It-Is-Installed.html][web +copy of the manual]]. - - Start a shell with the development environment for Guix: +Following building Guix from Git, it can be installed by using: - guix environment guix - - - Re-run the 'configure' script passing it the option - '--localstatedir=/somewhere', where '/somewhere' is the 'localstatedir' - value of the currently installed Guix (failing to do that would lead the - new Guix to consider the store to be empty!). We recommend to use the - value '/var'. - - - Run "make", "make check", and "make install". + ./pre-inst-env guix pull * How It Works -- cgit v1.2.3 From b5aaa3a4fb985d21e21e2a67f48b52f13ebd4728 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 23 Oct 2020 12:46:12 -0400 Subject: doc: Update README. * README (Installation): Do not mention installing Guix from Git anymore. (Building from Git): Add section. --- README | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index 32870d9c3c6..169061cbcbd 100644 --- 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 -- cgit v1.2.3