diff options
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 246403bcba..80ca017599 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7322,6 +7322,14 @@ unavailable to the build process, possibly leading to a build failure. @xref{package Reference}, for a full description of possible fields. +@quotation Going further +@cindex Scheme programming language, getting started +Intimidated by the Scheme language or curious about it? The Cookbook +has a short section to get started that recaps some of the things shown +above and explains the fundamentals. @xref{A Scheme Crash Course,,, +guix-cookbook, GNU Guix Cookbook}, for more information. +@end quotation + Once a package definition is in place, the package may actually be built using the @code{guix build} command-line tool (@pxref{Invoking guix build}), troubleshooting any build failures |