doc: Add reference to the Scheme Crash Course.
* doc/guix.texi (Using the Configuration System): Add cross-reference to the "Scheme Crash Course".
This commit is contained in:
parent
d20a7da4a3
commit
8f533cbb7a
1 changed files with 7 additions and 0 deletions
|
@ -16924,6 +16924,13 @@ Alternatively, the @code{modify-services} macro can be used:
|
||||||
(delete avahi-service-type))
|
(delete avahi-service-type))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
@quotation Do not panic
|
||||||
|
@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 explains the fundamentals, which
|
||||||
|
you will find helpful when hacking your configuration. @xref{A Scheme
|
||||||
|
Crash Course,,, guix-cookbook, GNU Guix Cookbook}.
|
||||||
|
@end quotation
|
||||||
|
|
||||||
@unnumberedsubsec Instantiating the System
|
@unnumberedsubsec Instantiating the System
|
||||||
|
|
||||||
|
|
Reference in a new issue