From 0e68fb6788750154630635e86de48f0edd6c78d4 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Mon, 20 Oct 2025 16:15:42 +0200 Subject: [PATCH] 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