Skip to content

Commit e90656d

Browse files
add anaconda install instructions (gitui-org#1802)
1 parent 7400d5b commit e90656d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
* support for sign-off of commits [[@domtac](https://github.com/domtac)]([#1757](https://github.com/extrawurst/gitui/issues/1757))
2222
* switched from textwrap to bwrap for text wrapping [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1762](https://github.com/extrawurst/gitui/issues/1762))
2323
* more logging diagnostics when a repo cannot be opened
24+
* added to [anaconda](https://anaconda.org/conda-forge/gitui) [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1626](https://github.com/extrawurst/gitui/issues/1626))
2425

2526
### Fixes
2627
* fix commit dialog char count for multibyte characters ([#1726](https://github.com/extrawurst/gitui/issues/1726))

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ nix-env -iA nixos.gitui
173173
pkg install gitui
174174
```
175175

176+
### [Anaconda](https://anaconda.org/conda-forge/gitui)
177+
```
178+
conda install -c conda-forge gitui
179+
```
180+
176181
## Release Binaries
177182

178183
[Available for download in releases](https://github.com/extrawurst/gitui/releases)

0 commit comments

Comments
 (0)