Homebrew update
This commit is contained in:
parent
91284adcf7
commit
292c4c1bf3
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -29,3 +29,10 @@ jobs:
|
|||
repository: xxxserxxx/gotop-linux
|
||||
event-type: my-release
|
||||
client-payload: '{"tag": "${{ steps.tag_name.outputs.tag }}"}'
|
||||
|
||||
- name: Update and inform Homebrew
|
||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
token: ${{ secrets.homebrew }}
|
||||
formula: gotop
|
||||
revision: ${{ steps.tag_name.outputs.tag }}
|
||||
|
|
|
@ -29,7 +29,7 @@ If you install gotop by hand, or you download or create new layouts or colorsche
|
|||
sudo layman -a guru
|
||||
sudo emerge gotop
|
||||
```
|
||||
- OSX: gotop is in *homebrew-core*. `brew install gotop`. Make sure to uninstall and untap any previous installations or taps.
|
||||
- **OSX**: gotop is in *homebrew-core*. `brew install gotop`. Make sure to uninstall and untap any previous installations or taps.
|
||||
- **Prebuilt binaries**: Binaries for most systems can be downloaded from [the github releases page](https://github.com/xxxserxxx/gotop/releases). RPM and DEB packages are also provided.
|
||||
- **Source**: This requires Go >= 1.14. `go get -u github.com/xxxserxxx/gotop/cmd/gotop`
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user