From 0e12e9eb547685fce3b5896b09c558fa47fc8d0b Mon Sep 17 00:00:00 2001 From: TheBlackSheep3 <40034835+TheBlackSheep3@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:35:22 +0200 Subject: [PATCH 1/3] modified README.md added conda install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 319d578691..fd6a9417c9 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,11 @@ nix-env -iA nixos.gitui pkg install gitui ``` +### conda +``` +conda install gitui --channel conda-forge +``` + ## Release Binaries [Available for download in releases](https://github.com/extrawurst/gitui/releases) From e967b43d8c24de7afd373ebecbef60e6e0136ad1 Mon Sep 17 00:00:00 2001 From: TheBlackSheep3 <40034835+TheBlackSheep3@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:41:05 +0200 Subject: [PATCH 2/3] modified README.md added link to anaconda package --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd6a9417c9..9abf60dff0 100644 --- a/README.md +++ b/README.md @@ -173,9 +173,9 @@ nix-env -iA nixos.gitui pkg install gitui ``` -### conda +### [Anaconda](https://anaconda.org/conda-forge/gitui) ``` -conda install gitui --channel conda-forge +conda install -c conda-forge gitui ``` ## Release Binaries From 6da52c5c764e6034465f1ddb83ec5c2dccf3f133 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:00:40 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md added entry for conda recipe --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fa0903eb..a8fee5d434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * simplify theme overrides [[@cruessler](https://github.com/cruessler)] ([#1367](https://github.com/extrawurst/gitui/issues/1367)) * 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)) +* 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))