From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 19 07:27:59 2020 Received: (at 40648-done) by debbugs.gnu.org; 19 Apr 2020 11:27:59 +0000 Received: from localhost ([127.0.0.1]:44169 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ87C-0001KH-Pt for submit@debbugs.gnu.org; Sun, 19 Apr 2020 07:27:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ87B-0001K2-3m for 40648-done@debbugs.gnu.org; Sun, 19 Apr 2020 07:27:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50344) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ875-0002Sx-JO; Sun, 19 Apr 2020 07:27:51 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57854 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jQ874-0003fB-NH; Sun, 19 Apr 2020 07:27:51 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Steven vanZyl Subject: Re: [bug#40648] [PATCH] Add subsections to the Binary Installation section 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40648-done Cc: 40648-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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.