From b0374564d666889150bbe1fb351cd02a38a2645e Mon Sep 17 00:00:00 2001 From: Yasin Tatar Date: Thu, 23 Mar 2023 18:28:27 +0100 Subject: add: installation instructions for conda/mamba (#1371) --- manual/src/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 If you are using Ubuntu <= 19.10 or are mixing apt sources, please read #504. + + conda + + conda install git-delta -c conda-forge +
+ mamba install git-delta -c conda-forge + + 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. -- cgit v1.2.3