summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYasin Tatar <ytatar9@googlemail.com>2023-03-23 18:28:27 +0100
committerGitHub <noreply@github.com>2023-03-23 13:28:27 -0400
commitb0374564d666889150bbe1fb351cd02a38a2645e (patch)
treeb09bd43f4c8b770d7fa205686cd2a51c7ca41fb3
parente20c10a31bc303ab5017bc9c95e5486c724bc847 (diff)
add: installation instructions for conda/mamba (#1371)
-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.