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)