summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsirringhaus <50315401+msirringhaus@users.noreply.github.com>2020-10-14 15:19:52 +0200
committerGitHub <noreply@github.com>2020-10-14 09:19:52 -0400
commit9cf186c49b3969c21a1cab432bafdc87cf566292 (patch)
tree59803b84c8bce4b72edca169787892f44557217f
parent68701f24e717c4cbe5d79822a986f9e604fc23aa (diff)
Add openSUSE to the installation table (#353)
git-delta is now available on openSUSE Tumbleweed. Update README accordingly.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2dc617ac..10c26cf6 100644
--- a/README.md
+++ b/README.md
@@ -236,6 +236,10 @@ Alternatively, delta is available in the following package managers:
<td><code>nix-env -iA nixpkgs.gitAndTools.delta</code>
</tr>
<tr>
+ <td>openSUSE Tumbleweed</td>
+ <td><code>zypper install git-delta</code>
+ </tr>
+ <tr>
<td>Void Linux</td>
<td><code>xbps-install -S delta</code>
</tr>