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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ Send email, inspect messages, and test webhooks from your terminal. The official
### Homebrew · macOS

```sh
brew install --cask lettermint/tap/lettermint
brew install lettermint/tap/lettermint
```

The [Homebrew cask](https://github.com/lettermint/homebrew-tap) is pending publication. Use the shell installer until it is available.

### Shell · macOS and Linux

```sh
Expand Down
8 changes: 3 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

## macOS

The [Homebrew cask](https://github.com/lettermint/homebrew-tap) is pending publication. Use the [shell installer](#shell-installer-for-linux-and-macos) for now. Once the cask is available:

```sh
brew install --cask lettermint/tap/lettermint
brew upgrade --cask lettermint
brew uninstall --cask lettermint
brew install lettermint/tap/lettermint
brew upgrade lettermint
brew uninstall lettermint
```

Homebrew owns this installation. Do not replace its executable with a script. For an exact older version, use the matching release archive in a separate directory. You can also review the matching cask change in the tap history. Check the archive checksum and signature before use.
Expand Down
Loading