mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
add windows scoop recipe to readme (#164)
This commit is contained in:
parent
43e45c177c
commit
704fb85fa1
2 changed files with 8 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue