From 9cfde803db47ec9e4d9d623cc7fbd37efa70bad7 Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Thu, 23 Dec 2021 12:10:56 +0100 Subject: [PATCH] INSTALL.md: correct a filename with mixed underscore and dash Signed-off-by: Markus Heidelberg --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c224eb3..94cadf8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -73,7 +73,7 @@ filter-repo only consists of a few files that need to be installed: of filter-repo as a python library. You can create this symlink to (or copy of) git-filter-repo named - git_filter-repo.py and place it in your python site packages; `python + git_filter_repo.py and place it in your python site packages; `python -c "import site; print(site.getsitepackages())"` may help you find the appropriate location for your system. Alternatively, you can place this file anywhere within $PYTHONPATH.