Štěpán Němec <[email protected]> wrote: > https://grammarhow.com/or-vs-nor/
Thanks, that's better than the results that were at the top for me. > >> Files in this directory are designed for: > >> > >> -* users using from git or tarballs (and not the OS package manager) > >> +* users using git repo or tarballs (and not the OS package manager) > > > > I wonder if: > > > > * users using our code from git or tarballs (and not the OS package > > manager) > > > > ...is better. I always feel the need to clarify git the software > > vs. our code repo vs. our mirror on public-inbox.org/git *shrug* > > Yeah, I agree that's better. Maybe also change "using" to > "running"? "Users using" is a bit awkward. Agreed. How about: ----------8<--------- Subject: [PATCH 4/3] install/README: improve wording Reported-by: Štěpán Němec <[email protected]> --- install/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/README b/install/README index 981e014b..dd652552 100644 --- a/install/README +++ b/install/README @@ -5,7 +5,7 @@ TL;DR: sudo ./install/deps.perl all Files in this directory are designed for: -* 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) * lazy users who can't be bothered to read all of INSTALL
