summaryrefslogtreecommitdiffstats
path: root/manual/src/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/installation.md')
-rw-r--r--manual/src/installation.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/src/installation.md b/manual/src/installation.md
index f999da71..4ce4bc4f 100644
--- a/manual/src/installation.md
+++ b/manual/src/installation.md
@@ -33,10 +33,6 @@ Note that the package is often called `git-delta`, but the executable installed
<td><code>pkg install git-delta</code></td>
</tr>
<tr>
- <td><a href="https://cvsweb.openbsd.org/ports/textproc/delta/">OpenBSD</a></td>
- <td><code>pkg_add delta</code></td>
- </tr>
- <tr>
<td><a href="https://packages.gentoo.org/packages/dev-util/git-delta">Gentoo</a></td>
<td><code>emerge dev-util/git-delta</code></td>
</tr>
@@ -53,6 +49,10 @@ Note that the package is often called `git-delta`, but the executable installed
<td><code>nix-env -iA nixpkgs.delta</code>
</tr>
<tr>
+ <td><a href="https://cvsweb.openbsd.org/ports/textproc/delta/">OpenBSD</a></td>
+ <td><code>pkg_add delta</code></td>
+ </tr>
+ <tr>
<td><a href="https://software.opensuse.org/package/git-delta">openSUSE Tumbleweed</a></td>
<td><code>zypper install git-delta</code>
</tr>
@@ -75,7 +75,7 @@ Note that the package is often called `git-delta`, but the executable installed
<br>
.deb files are on the <a href="https://github.com/dandavison/delta/releases">releases</a> page.
<br>
- <sup><b>IMPORTANT</b>: If you are using Ubuntu <= 19.10 or are mixing apt sources, read <a href="https://github.com/dandavison/delta/issues/504">#504</a>, be extremely cautious, and try the versions linked against musl.</sup>
+ <sup>If you are using Ubuntu <= 19.10 or are mixing apt sources, please read <a href="https://github.com/dandavison/delta/issues/504">#504</a>.</sup>
</td>
</tr>
</table>