summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-10-10 19:44:31 -0400
committerDan Davison <dandavison7@gmail.com>2020-10-10 19:44:31 -0400
commitfe754c5b77c6d0f1951e6eed1bcca786f40751e3 (patch)
treece58b2a326c03b1e6483ba3192b103d187a479c1
parentd2f8a382f46df3b66973989dcb6a2bb142787d01 (diff)
Sort installation table
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 39f8a32b..42c7856d 100644
--- a/README.md
+++ b/README.md
@@ -207,6 +207,10 @@ Alternatively, delta is available in the following package managers:
<code>makepkg -si</code></td>
</tr>
<tr>
+ <td>Cargo</td>
+ <td><code>cargo install git-delta</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>
@@ -243,10 +247,6 @@ Alternatively, delta is available in the following package managers:
<td>Windows (<a href="https://scoop.sh/">Scoop</a>)</td>
<td><code>scoop install delta</code></td>
</tr>
- <tr>
- <td>Cargo</td>
- <td><code>cargo install git-delta</code></td>
- </tr>
</table>
## Configuration