diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bb58a556..99385fd2cb 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 319d578691..9abf60dff0 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)