~ruther/guix-local

0e68fb6788750154630635e86de48f0edd6c78d4 — Florian Pelz 6 months ago 291eb0e
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
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix-cookbook.texi
M doc/guix-cookbook.texi => doc/guix-cookbook.texi +1 -1
@@ 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