This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0e68fb6788 doc: cookbook: Update command for installing the SICP book.
0e68fb6788 is described below
commit 0e68fb6788750154630635e86de48f0edd6c78d4
Author: Florian Pelz <[email protected]>
AuthorDate: Mon Oct 20 16:15:42 2025 +0200
doc: cookbook: Update command for installing the SICP book.
Follow-up to commit e5a5b1d66aa3a6d54b28c91f83ea2986ac84fcc6.
* doc/guix-cookbook.texi (A Scheme Crash Course): Change command.
Change-Id: Ie559fc88738abef0dfa75dfc1d5dc926a618e4c2
---
doc/guix-cookbook.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index a0d5035c3a..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