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: AS20473 45.76.80.0/20 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from mail.smrk.net (mail.smrk.net [45.76.87.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 69E151F406 for ; Tue, 17 Oct 2023 07:19:04 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=smrk.net header.i=@smrk.net header.a=rsa-sha256 header.s=20221002 header.b=ngS9PZ7I; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smrk.net; s=20221002; t=1697527142; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nYxMYgAjOElhgtg1WlPH5kuTGFpCdJI6WA1YmcJUlhM=; b=ngS9PZ7IZrV96cj0WR4d9R0DE/JvfjmqMu/fMUrxu3mA9QWNVdP7+GpTrLoAJCRb2okliV RcaG+VBWgT8SNwLNboKq+RLhFxTkwZWboalbfo/h7ByFmCqGrD7aiWAaQYOD83Y9goCiXv G3Os9yfwpPQ0h1jzGtPcuUmzHA4TytNArXPh0J918TCbWx8jDbRu176cbYTi0dF/jj/hJd 6vJ7OfWMllhGE91IEYA3/X58uJtQ5jC8LWoO2NXLdL54RuEg/+OmhJEXVkLPx6OnJ7nSx5 U18YT2UNiasJUiBkwLDtw1iRJPlN5lJ3LhzGYZ4CL71PvenI7CnttPXUK3at8Q== Received: from localhost ( [192.168.5.2]) by smrk (OpenSMTPD) with ESMTPSA id e01b0c65 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 17 Oct 2023 09:19:02 +0200 (CEST) From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 4/3] install/README: improve wording In-Reply-To: <20231017064318.M245732@dcvr> References: <20231016113304.2788497-1-stepnem@smrk.net> <20231016211320.M268439@dcvr> <20231017001619+0200.395012-stepnem@smrk.net> <20231017064318.M245732@dcvr> User-Agent: Notmuch/0.38 (https://notmuchmail.org) Emacs/30.0.50 (x86_64-pc-linux-gnu) Date: Tue, 17 Oct 2023 09:19:01 +0200 Message-ID: <20231017091901+0200.985021-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: 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 ma= nager) 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). Thanks, =C5=A0t=C4=9Bp=C3=A1n