summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manual/src/installation.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/src/installation.md b/manual/src/installation.md
index 5f20e5ef..9c43e796 100644
--- a/manual/src/installation.md
+++ b/manual/src/installation.md
@@ -82,6 +82,14 @@ Note that the package is often called `git-delta`, but the executable installed
<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>
+ <tr>
+ <td><a href="https://anaconda.org/conda-forge/git-delta">conda</a></td>
+ <td>
+ <code>conda install git-delta -c conda-forge</code>
+ <br>
+ <code>mamba install git-delta -c conda-forge</code>
+ </td>
+ </tr>
</table>
Users of older MacOS versions (e.g. 10.11 El Capitan) should install using Homebrew, Cargo, or MacPorts: the binaries on the release page will not work.