From 704fb85fa13cb5c451541fbf8688e93bf5a3c875 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 15 Sep 2020 08:33:09 +0200 Subject: [PATCH] add windows scoop recipe to readme (#164) --- CHANGELOG.md | 1 + README.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b82102..5bc470e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added +- added windows scoop recipe ([#164](https://github.com/extrawurst/gitui/issues/164)) - 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 a716320b..0c7b316f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,13 @@ sudo dnf install gitui brew install gitui ``` -### Release Binaries +### [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/gitui.json) (Windows) + +``` +scoop install gitui +``` + +## Release Binaries [Available for download in releases](https://github.com/extrawurst/gitui/releases)