diff mbox series

[bug#72439,v4] doc: Setting Up the Daemon: Give guidance to whom this section is useful.

Message ID e26918b6024fc693700234cc693ef3a519e54a55.1723194511.git.pelzflorian@pelzflorian.de
State New
Headers show
Series [bug#72439,v4] doc: Setting Up the Daemon: Give guidance to whom this section is useful. | expand

Commit Message

pelzflorian (Florian Pelz) Aug. 9, 2024, 9:09 a.m. UTC
* doc/guix.texi (Setting Up the Daemon): Specify intended audience.

Change-Id: I784c5f720aa87bddb6455e42181a1e9de5d7ec9a
---
Changes since v3:
* reword: some of us have reason to -> now would be a good time to

 doc/guix.texi | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)


base-commit: 20dbf225f332ccc707578263ed710dcf2a8fb78e

Comments

Vincent Legoll Aug. 9, 2024, 1:23 p.m. UTC | #1
Hello Florian,

On Fri, Aug 9, 2024 at 9:12 AM Florian Pelz <pelzflorian@pelzflorian.de>
wrote:

> * doc/guix.texi (Setting Up the Daemon): Specify intended audience.
>

LGTM
pelzflorian (Florian Pelz) Aug. 10, 2024, 2:11 p.m. UTC | #2
Thank you Vincent for reviewing; pushed as
de714bcb46d61922e0efc10783ea23fb0202f583.

Regards,
Florian
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index b7eb8fd346..6e03d8bbcc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -860,8 +860,28 @@  Setting Up the Daemon
 @section Setting Up the Daemon
 
 @cindex daemon
+During the installation, the @dfn{build daemon} that must be running
+to use Guix has already been set up and you can run @command{guix}
+commands in your terminal program, @pxref{Getting Started}:
+
+@example
+guix build hello
+@end example
+
+If this runs through without error, feel free to skip this section.
+You should continue with the following section, @ref{Application
+Setup}.
+
+However, now would be a good time to replace outdated daemon versions,
+tweak it, perform builds on other machines (@pxref{Daemon Offload
+Setup}) or start it manually in special environments like Chroots
+(@pxref{Chrooting into an existing system}) or WSL (not needed for WSL
+images created with Guix, @pxref{System Images,
+@code{wsl2-image-type}}).  If you want to know more or optimize your
+system, this section is worth reading.
+
 Operations such as building a package or running the garbage collector
-are all performed by a specialized process, the @dfn{build daemon}, on
+are all performed by a specialized process, the build daemon, on
 behalf of clients.  Only the daemon may access the store and its
 associated database.  Thus, any operation that manipulates the store
 goes through the daemon.  For instance, command-line tools such as