From 240ef0bcc262cfb931a9108f8d73d465d6379e6d Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 9 Nov 2021 13:42:26 -0800 Subject: [PATCH] README.md: clarify simple instruction rules and antecedent of `it` Signed-off-by: Elijah Newren --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b20a0c1..c0aab39 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ filter-repo requires: # How do I install it? git-filter-repo is a single-file python script, which was done to make -installation for basic use trivial: just copy it into your $PATH. +installation for basic use on many systems trivial: just place the +script into your $PATH. See [INSTALL.md](INSTALL.md) for things beyond basic usage or special cases. The more involved instructions are needed if you