summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Bast <2790401+dbast@users.noreply.github.com>2018-10-25 09:54:01 +0200
committerDaniel Bast <2790401+dbast@users.noreply.github.com>2018-10-25 09:54:01 +0200
commitbfcb3489238eb90588daea0148d49361c74e43e8 (patch)
tree7751933743fa268d798161fcd453f0b758161d50 /README.md
parentc6da4c8a47a45a96beb2de4fbe5b98cfb87446b4 (diff)
Add conda to readme as possibility to install on different platforms
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e20de5900..d7ff1ea1b 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,12 @@ and the git version which builds from the most recent commit.
Instruction of how to install AUR content can be found here:
https://wiki.archlinux.org/index.php/Arch_User_Repository
+### Conda
+Released versions are available for different platforms, see https://anaconda.org/conda-forge/lazygit
+```sh
+conda install -c conda-forge lazygit
+```
+
### Binary Release (Windows/Linux/OSX)
You can download a binary release [here](https://github.com/jesseduffield/lazygit/releases).