From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Love Subject: bug#25139: making the update procedure more obvious Date: Thu, 08 Dec 2016 15:28:11 +0000 Message-ID: <874m2e7850.fsf@pc102091.liv.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF0d7-0000O1-VL for bug-guix@gnu.org; Thu, 08 Dec 2016 10:29:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cF0d4-0007Uu-QB for bug-guix@gnu.org; Thu, 08 Dec 2016 10:29:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47533) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cF0d4-0007Um-ML for bug-guix@gnu.org; Thu, 08 Dec 2016 10:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cF0d4-0002xx-Dp for bug-guix@gnu.org; Thu, 08 Dec 2016 10:29:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF0cL-0007I8-S4 for bug-guix@gnu.org; Thu, 08 Dec 2016 10:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cF0cI-0007Ck-MP for bug-guix@gnu.org; Thu, 08 Dec 2016 10:28:17 -0500 Received: from bhsophx.liv.ac.uk ([138.253.100.116]:43450) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cF0cI-0007Az-GE for bug-guix@gnu.org; Thu, 08 Dec 2016 10:28:14 -0500 Received: from bhsophx.liv.ac.uk (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id D54E9C01E1 for ; Thu, 8 Dec 2016 15:28:11 +0000 (GMT) Received: from mxe.liv.ac.uk (mxe.liv.ac.uk [138.253.100.159]) by bhsophx.liv.ac.uk (Postfix) with ESMTP id CF433C039A for ; Thu, 8 Dec 2016 15:28:11 +0000 (GMT) Received: from mailhubd.liv.ac.uk ([138.253.100.81]) by mxe.liv.ac.uk with esmtp (Exim 4.80.1) (envelope-from ) id 1cF0cF-00047K-Ew for bug-guix@gnu.org; Thu, 08 Dec 2016 15:28:11 +0000 Received: from localhost ([127.0.0.1] helo=mailhubd.liv.ac.uk) by mailhubd.liv.ac.uk with esmtp (Exim 4.80.1) (envelope-from ) id 1cF0cF-0004r0-E3 for bug-guix@gnu.org; Thu, 08 Dec 2016 15:28:11 +0000 Received: from pc102091.liv.ac.uk ([138.253.102.91] helo=albion) by mailhubd.liv.ac.uk with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84_2) (envelope-from ) id 1cF0cF-0004qu-94 for bug-guix@gnu.org; Thu, 08 Dec 2016 15:28:11 +0000 Received: from dlove by albion with local (Exim 4.82) (envelope-from ) id 1cF0cF-0000vx-3G for bug-guix@gnu.org; Thu, 08 Dec 2016 15:28:11 +0000 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25139@debbugs.gnu.org It's not very obvious to a newcomer how to update to a new release as it's rather buried in the doc. I think it would help to reference "pull" in the installation section of the manual, and maybe in release announcements, and to index "upgrading" and/or "upgrades" in the manual. I'm not sure it's worth me suggesting a patch, but I could if it helps.