diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-07 21:33:32 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-07 21:33:32 +0100 |
commit | 32787d652460871a79f99b63230f92759e2e0de2 (patch) | |
tree | ce883cac0d602b10b7c005755d035a08197e73a9 /README | |
parent | 052939c2f6e36de00a5e756ea29a4cc96884a55d (diff) | |
parent | c2396ceb6eb30ac87755eb8b39583403b35fbd12 (diff) | |
download | guix-32787d652460871a79f99b63230f92759e2e0de2.tar.gz |
Merge branch 'master' into staging
Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/README b/README index 5e9069f80f..169061cbcb 100644 --- a/README +++ b/README @@ -33,25 +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. +* Building from Git -* Installing Guix from Guix +For information on building Guix from a Git checkout, please see the relevant +section in the manual, either by running -You can re-build and re-install Guix using a system that already runs Guix. -To do so: + info -f doc/guix.info "Building from Git" - - Start a shell with the development environment for Guix: - - 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". +or by checking the [[https://guix.gnu.org/manual/en/html_node/Building-from-Git.html][web_copy of the manual]]. * How It Works |