Skip to content
Open
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ brew install mendral-ai/tap/mendral
brew upgrade mendral
```

## Tap trust

Recent Homebrew versions (since 5.1.15) can require explicit trust for third-party taps (`HOMEBREW_REQUIRE_TAP_TRUST=1`, planned to become the default).
If Homebrew refuses to load the formula or warns about an untrusted tap, run:

```bash
brew trust mendral-ai/tap
```

Or trust only the formula:

```bash
brew trust --formula mendral-ai/tap/mendral
```

## About

This repository contains the Homebrew formula for the Mendral CLI. It is updated automatically on each release.
Expand Down