guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: packaging-tutorial: Add links to the coo


From: Ludovic Courtès
Subject: branch master updated: website: packaging-tutorial: Add links to the cookbook's version.
Date: Tue, 08 Aug 2023 10:29:29 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 26ffbf2  website: packaging-tutorial: Add links to the cookbook's 
version.
26ffbf2 is described below

commit 26ffbf2821f129d4e148ade6b6a4e374b71e288a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Aug 8 16:28:26 2023 +0200

    website: packaging-tutorial: Add links to the cookbook's version.
    
    * website/posts/packaging-tutorial.md: Add links to the cookbook.
---
 website/posts/packaging-tutorial.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/website/posts/packaging-tutorial.md 
b/website/posts/packaging-tutorial.md
index 9133602..5e3d4e3 100644
--- a/website/posts/packaging-tutorial.md
+++ b/website/posts/packaging-tutorial.md
@@ -34,6 +34,9 @@ It does not assume much knowledge of the Guix system nor of 
the Lisp language.
 The reader is only expected to be familiar with the command line and to have 
some
 basic programming knowledge.
 
+> **Update**: Check out [the
+> Cookbook](https://guix.gnu.org/cookbook/en/html_node/Packaging-Tutorial.html)
+> for an up-to-date and translated version of this tutorial!
 
 # A "Hello World" package
 
@@ -213,6 +216,10 @@ skills.
 Since an extensive Lisp course is very much out of the scope of this tutorial,
 we will only cover some basics here.
 
+> **Update**: Check out [the
+> 
Cookbook](https://guix.gnu.org/cookbook/en/html_node/A-Scheme-Crash-Course.html)
+> for an up-to-date and translated version of this introduction to Scheme.
+
 Guix uses the Guile implementation of Scheme.  To start playing with the
 language, install it with `guix package --install guile` and start a 
[REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) by
 running `guile` from the command line.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]