mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
add anaconda install instructions (#1802)
This commit is contained in:
parent
7400d5bc68
commit
e90656d61c
2 changed files with 6 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue