@@ -23,13 +23,16 @@ filter-repo only consists of a few files that need to be installed:
23
23
24
24
If you want ` git filter-repo --help ` to display the manpage, this needs
25
25
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.)
26
28
27
29
* git-filter-repo.html
28
30
29
31
The manpage is good enough for me and my systems, but an html-formatted
30
32
version of the same page is provided for those who prefer it. Place it
31
33
where ever you like; I have no idea where such a thing should go.
32
34
35
+
33
36
# Installation via Makefile
34
37
35
38
Installing 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
42
45
git-filter-repo if your python executable is not named "python3";
43
46
you'll still need to do that yourself.
44
47
48
+
45
49
# Installation via [ pip] ( https://pip.pypa.io/ )
46
50
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:
49
53
50
54
$ pip3 install git-filter-repo
51
55
52
56
53
57
# Installation via Package Manager
54
58
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
58
62
[ dnf] ( https://github.com/rpm-software-management/dnf ) or
59
63
[ yum] ( http://yum.baseurl.org/ ) or
60
64
[ apt-get] ( https://www.debian.org/doc/manuals/debian-reference/ch02.en.html )
0 commit comments