Skip to content

Commit 4f217f8

Browse files
committed
docs: add brew installation to readme
1 parent eff810e commit 4f217f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
bump-brew:
6262
name: bump brew cask version
6363
needs: build
64-
if: ${{ github.ref_name matches '^[0-9]+\.[0-9]+\.[0-9]+$' }}
6564
uses: mashb1t/homebrew-susops/.github/workflows/update-brew.yml@main
6665
with:
6766
update_cli: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The app may be compatible with older versions of macOS, but it is not tested.
3535
### 1. Install via Homebrew
3636

3737
```bash
38-
brew tap mashb1t/susops-mac
38+
brew tap mashb1t/susops
3939
brew install --cask susops
4040
```
4141

@@ -46,7 +46,7 @@ brew update
4646
brew upgrade --cask susops
4747
```
4848

49-
### OR Install manually
49+
### OR install manually
5050

5151
1. Download the SusOps.zip file from the [latest release](https://github.com/mashb1t/susops-mac/releases)
5252
2. Unzip the file

0 commit comments

Comments
 (0)