Added Debian instructions, fixed ordering (#160)

* added Debian isntructions, fixed ordering

* Link to both sources of .debs

Co-authored-by: Dan Davison <dandavison7@gmail.com>
This commit is contained in:
Martin Simon 2020-04-29 18:56:07 +02:00 committed by GitHub
parent 97f18158ca
commit c8db05e316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,14 +64,6 @@ You can download an executable for your system: [Linux](https://github.com/danda
Alternatively, delta is available in the following package managers:
<table>
<tr>
<td>Homebrew</td>
<td><code>brew install git-delta</code></td>
</tr>
<tr>
<td>FreeBSD</td>
<td><code>pkg install git-delta</code></td>
</tr>
<tr>
<td>Arch Linux (AUR)</td>
<td><code>yay -S git-delta</code>
@ -80,6 +72,19 @@ Alternatively, delta is available in the following package managers:
<code>cd git-delta</code><br>
<code>makepkg -csri</code></td>
</tr>
<tr>
<td>Debian</td>
<td><br>.deb files are on the <a href="https://github.com/dandavison/delta/releases">releases</a> page and at <a href="https://github.com/barnumbirr/delta-debian/releases">barnumbirr/delta-debian</a><br>
<code>dpkg -i file.deb</code></td>
</tr>
<tr>
<td>FreeBSD</td>
<td><code>pkg install git-delta</code></td>
</tr>
<tr>
<td>Homebrew</td>
<td><code>brew install git-delta</code></td>
</tr>
<tr>
<td>Nix</td>
<td><code>nix-env -iA nixpkgs.gitAndTools.delta</code>