@@ -23,13 +23,16 @@ filter-repo only consists of a few files that need to be installed:
2323
2424 If you want ` git filter-repo --help ` to display the manpage, this needs
2525 to be copied into $MANDIR/man1/ where $MANDIR is some entry from $MANPATH.
26+ (Note that ` git filter-repo -h ` will show a more limited built-in set of
27+ instructions regardless of whether the manpage is installed.)
2628
2729 * git-filter-repo.html
2830
2931 The manpage is good enough for me and my systems, but an html-formatted
3032 version of the same page is provided for those who prefer it. Place it
3133 where ever you like; I have no idea where such a thing should go.
3234
35+
3336# Installation via Makefile
3437
3538Installing should be doable by hand, but a Makefile is provided for those
@@ -42,19 +45,20 @@ Also, the Makefile will not edit the shebang line (the first line) of
4245git-filter-repo if your python executable is not named "python3";
4346you'll still need to do that yourself.
4447
48+
4549# Installation via [ pip] ( https://pip.pypa.io/ )
4650
47- Coming soon; see [ PR # 16 ] ( https://github.com/newren/git-filter-repo/pull/16 ) .
48- Once it's in place, you'll be able to install via
51+ For those who prefer to install python packages via pip, you merely need
52+ to run:
4953
5054 $ pip3 install git-filter-repo
5155
5256
5357# Installation via Package Manager
5458
55- There are [ package
56- managers ] ( https://alternativeto.net/software/yellowdog-updater-modified/?license=opensource )
57- for most operating systems; from
59+ For those who prefer to install software via a [ package
60+ manager ] ( https://alternativeto.net/software/yellowdog-updater-modified/?license=opensource )
61+ for their operating system, there are many choices -- from
5862[ dnf] ( https://github.com/rpm-software-management/dnf ) or
5963[ yum] ( http://yum.baseurl.org/ ) or
6064[ apt-get] ( https://www.debian.org/doc/manuals/debian-reference/ch02.en.html )
0 commit comments