From 130f1bb9e76e669e30971c10d16c80709975768c Mon Sep 17 00:00:00 2001 From: Henry Richter <101796272+h3nryc0ding@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:18:53 +0200 Subject: [PATCH] Simplify dive installation via homebrew core (#594) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 829127b..a97bdf4 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,7 @@ pacman -S dive If you use [Homebrew](https://brew.sh): ```bash -brew tap wagoodman/dive -brew install wagoodman/dive/dive +brew install dive ``` If you use [MacPorts](https://www.macports.org):