Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,8 @@ workflow; it does not say the source is good.

### brew

#### a fresh install

```shell script
brew tap jonhadfield/certreader
brew trust jonhadfield/certreader
Expand All @@ -574,6 +576,8 @@ brew install certreader
Homebrew 6 refuses to load anything from a third-party tap until the tap is trusted, so `brew trust`
comes before the install rather than after it fails.

#### replacing the cask

certreader was a cask until v0.24.0 and is a formula from v0.25.0. If you installed the cask, replace
it once:

Expand Down
Loading