From 73d55ab209fd82ca67ff253610acd5b2a0737957 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 11 Oct 2020 17:14:02 +0200 Subject: [PATCH] mention choco package in readme (windows) --- CHANGELOG.md | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) 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)