diff options
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 96acdb7a28..eb0f3ee543 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -518,7 +518,7 @@ as ``SICP'', this book is a reference. You can also install it and read it from your computer: @example -guix install sicp info-reader +guix install book-sicp info-reader info sicp @end example @@ -5737,9 +5737,9 @@ packages: guix shell -C gcc-toolchain cmake coreutils grep sed make -- @dots{} @end example -Or perhaps you'll find that you could just as well provide a definition -for your package---@pxref{Defining Packages,,, guix, GNU Guix Reference -Manual}, to learn more on how to do that. +Or perhaps you'll find that you could just as well provide a package +definition for your code---@pxref{Defining Packages,,, guix, GNU Guix +Reference Manual}, to learn more on how to do that. Eventually, you'll have a list of packages that satisfies your needs. |