Skip to content

Commit

Permalink
git-tools also on Fedora and Gentoo!
Browse files Browse the repository at this point in the history
  • Loading branch information
MestreLion committed Oct 22, 2018
1 parent 9a9e0c3 commit cd87904
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ Bash and Python are already installed by default in virtually all GNU/Linux dist
Install
-------

On recent Debian, Ubuntu 16.04+, Mint and its derivatives, most tools are in the repositories as `git-restore-mtime`:
On recent Debian, Ubuntu 16.04+, Mint and their derivatives, most tools are in the repositories as `git-restore-mtime`:

sudo apt install git-restore-mtime

On Fedora 27+ and EPEL 6+, as root:

yum install git-tools

Gentoo Testing, also as root:

emerge dev-vcs/git-tools

For manual installing to get most recent updates, just clone the repository and add the install directory to your `$PATH`

cd ~/some/dir
Expand All @@ -32,9 +40,7 @@ For manual installing to get most recent updates, just clone the repository and
Uninstall
---------

For the packaged version, use `apt`:

sudo apt purge git-restore-mtime
For the packaged versions, use your repository tools such as `apt`, `yum`, `emerge`.

For the manual install, just delete the directory! And, optionally, remove it from your `$PATH`

Expand Down

0 comments on commit cd87904

Please sign in to comment.