summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-04-10 18:20:17 +0200
committerLudovic Courtès <ludo@gnu.org>2014-04-10 21:41:58 +0200
commit47d347b725aa5bb64468b99da1fc3a644cf1e1c2 (patch)
tree7aff88062f4ffa88a4e54b1259ec391af86fc615 /README
parent8b8476b859b525f012f5864ffc401ea252fb26ca (diff)
doc: Mention 'gcc-toolchain' in README.
* README (Installing Guix from Guix): Use "gcc-toolchain" instead of "gcc,binutils,ld-wrapper,glibc".
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 30c90aeb1e9..712a60872fd 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ To do so:
52 - Install the dependencies (see 'Requirements' above) and build tools using 52 - Install the dependencies (see 'Requirements' above) and build tools using
53 Guix: 53 Guix:
54 54
55 guix package --install={autoconf,automake,bzip2,gcc,binutils,ld-wrapper,glibc,gettext,guile,libgcrypt,pkg-config,sqlite} 55 guix package --install={autoconf,automake,bzip2,gcc-toolchain,gettext,guile,libgcrypt,pkg-config,sqlite}
56 56
57 - set the environment variables that Guix recommends you to set during the 57 - set the environment variables that Guix recommends you to set during the
58 package installation process: 58 package installation process: