diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0b2636..c84057e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - added windows scoop recipe ([#164](https://github.com/extrawurst/gitui/issues/164)) +- added gitui to [chocolatey](https://chocolatey.org/packages/gitui) on windows by [@nils-a](https://github.com/nils-a) - push to remote ([#265](https://github.com/extrawurst/gitui/issues/265)) ([#267](https://github.com/extrawurst/gitui/issues/267)) ![push](assets/push.gif) diff --git a/README.md b/README.md index bcaf1abb..12600a80 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,12 @@ brew install gitui scoop install gitui ``` +### [Chocolatey](https://chocolatey.org/packages/gitui) (Windows) + +``` +choco install gitui +``` + ## Release Binaries [Available for download in releases](https://github.com/extrawurst/gitui/releases)