From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41428) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ87H-0003BP-9T for guix-patches@gnu.org; Sun, 19 Apr 2020 07:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQ87H-0002nx-0K for guix-patches@gnu.org; Sun, 19 Apr 2020 07:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60858) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQ87G-0002nf-KC for guix-patches@gnu.org; Sun, 19 Apr 2020 07:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQ87G-0001Km-H7 for guix-patches@gnu.org; Sun, 19 Apr 2020 07:28:02 -0400 Subject: bug#40648: [PATCH] Add subsections to the Binary Installation section Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200415195210.30157-1-rushsteve1@rushsteve1.us> Date: Sun, 19 Apr 2020 13:27:49 +0200 In-Reply-To: <20200415195210.30157-1-rushsteve1@rushsteve1.us> (Steven vanZyl's message of "Wed, 15 Apr 2020 15:52:10 -0400") Message-ID: <87imhv3ebu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Steven vanZyl Cc: 40648-done@debbugs.gnu.org Hi, Steven vanZyl skribis: > Break the Binary Installation section of the manual into two > subsections: Installation Script, and Manual Installation. With an > example for the Installation Script. > > This serves to highlight the existence of the installation script as > the recommended way of installing Guix and provide an example of its > usage for users. > > Additionally altered an example systemd command in the Manual > Installation section to turn two commands into one by using the --now > flag instead of calling start then enable. Good ideas. I pushed a variant of your patch as 40c6b1802cf014d5a747310606285e52ee3e3d3e. Thanks! Ludo=E2=80=99.