From e90656d61c3b4aa0192c5d0398e305c7667df909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Die=C3=9Fner?= <40034835+TheBlackSheep3@users.noreply.github.com> Date: Thu, 10 Aug 2023 23:34:27 +0200 Subject: [PATCH] add anaconda install instructions (#1802) --- CHANGELOG.md | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bb58a5..99385fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * support for sign-off of commits [[@domtac](https://github.com/domtac)]([#1757](https://github.com/extrawurst/gitui/issues/1757)) * switched from textwrap to bwrap for text wrapping [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1762](https://github.com/extrawurst/gitui/issues/1762)) * more logging diagnostics when a repo cannot be opened +* added to [anaconda](https://anaconda.org/conda-forge/gitui) [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1626](https://github.com/extrawurst/gitui/issues/1626)) ### Fixes * fix commit dialog char count for multibyte characters ([#1726](https://github.com/extrawurst/gitui/issues/1726)) diff --git a/README.md b/README.md index 319d5786..9abf60df 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,11 @@ nix-env -iA nixos.gitui pkg install gitui ``` +### [Anaconda](https://anaconda.org/conda-forge/gitui) +``` +conda install -c conda-forge gitui +``` + ## Release Binaries [Available for download in releases](https://github.com/extrawurst/gitui/releases)