1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

doc: cookbook: Update command for installing the SICP book.

Follow-up to commit e5a5b1d66a.

* doc/guix-cookbook.texi (A Scheme Crash Course): Change command.

Change-Id: Ie559fc88738abef0dfa75dfc1d5dc926a618e4c2
This commit is contained in:
Florian Pelz
2025-10-20 16:15:42 +02:00
parent 291eb0ea92
commit 0e68fb6788

View File

@@ -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