mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
mention choco package in readme (windows)
This commit is contained in:
parent
262b153cf0
commit
73d55ab209
2 changed files with 7 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||

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