Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ less install.sh && bash install.sh

```sh
brew tap Pushkinist/rmlx
brew trust Pushkinist/rmlx # one-time: Homebrew now requires explicitly trusting third-party taps
brew install rmlx
```

Expand Down
4 changes: 4 additions & 0 deletions docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,14 @@ cosign verify-blob \
**Homebrew (build from source):**
```sh
brew tap Pushkinist/rmlx
brew trust Pushkinist/rmlx # one-time: Homebrew refuses to load formulae from untrusted third-party taps
brew install rmlx
brew test rmlx
rmlx --version
```
> Recent Homebrew versions block third-party taps until trusted — a fresh
> `brew install rmlx` fails with `Refusing to load formula … from untrusted tap`
> until `brew trust Pushkinist/rmlx` is run once.

Local formula check before publishing:
```sh
Expand Down
Loading