Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Nov 18, 2024
1 parent 88578ec commit 6c94dac
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ Then install a formula using
brew install <formula>
```

## Updating versions

See outdated versions with:

```bash
./info.py
```

Update a version with:

```bash
./update.py kdreports-qt6.rb 2.3.0
```

Or to open a PR automatically:

```bash
./update.py kdreports-qt6.rb 2.3.0 --pr KDAB/homebrew-tap
```

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://github.com/Homebrew/homebrew/tree/master/share/doc/homebrew#readme).

0 comments on commit 6c94dac

Please sign in to comment.