From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CC5A11F406; Tue, 17 Oct 2023 07:55:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1697529342; bh=OH+hsMEKoqqmyCKRcxsTqdXC3EV0/gA+adgBCuE89Fk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CnWw4qrLX0f4GAd+mOmT7sBEhKq7sxy/nU9rGozRJ6R77h7WcLcFNV0IamJf8G7VD 8XW69/HSYh4/ih+DMFAiRteo+O8CRLFl1JvDVjnAGOYyfQnQsDaFgqT5bvhyqa64Qx LhUobWQW0oRpkP1f61y2gLnzzqRTkakzJ4Pp86Rc= Date: Tue, 17 Oct 2023 07:54:28 +0000 From: Eric Wong To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: meta@public-inbox.org Subject: Re: [PATCH 4/3] install/README: improve wording Message-ID: <20231017075428.M329380@dcvr> References: <20231016113304.2788497-1-stepnem@smrk.net> <20231016211320.M268439@dcvr> <20231017001619+0200.395012-stepnem@smrk.net> <20231017064318.M245732@dcvr> <20231017091901+0200.985021-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231017091901+0200.985021-stepnem@smrk.net> List-Id: Štěpán Němec wrote: > On Tue, 17 Oct 2023 06:43:18 +0000 > Eric Wong wrote: > > > -* users using from git or tarballs (and not the OS package manager) > > +* users running our code from git or tarballs (and not the OS package manager) > > LGTM, but I'd also wrap the line (the text file line length > norm in the repo seems to lie between 60 and 70; this would > be 78). I think it's fine for a standalone lines such as list items to be up to 80. While paragraphs get harder to read with more columns, standalone lines get distracting when wrapped (IMHO).