From bad1a4b8ca2d670e58db6a3fe296b2f7cfb76c15 Mon Sep 17 00:00:00 2001 From: Commander Nout <91558366+notnout@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:00:58 -0700 Subject: [PATCH] Update README.md to add brew install on MacOS (#3338) Add installation option for Homebrew on MacOS. Homebrew is a popular package manager on MacOS - likely more popular than MacPorts. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3be5f9b3..4456a34c 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,9 @@ for other operating systems. These packages are not guaranteed to be up-to-date. * `pkd_add -v micro`. * NetBSD, macOS, Linux, Illumos, etc. with [pkgsrc](http://www.pkgsrc.org/)-current: * `pkg_add micro` -* macOS with [MacPorts](https://www.macports.org): - * `sudo port install micro` +* macOS: Available in package managers. + * `sudo port install micro` (with [MacPorts](https://www.macports.org)) + * `brew install micro` (with [Homebrew](https://brew.sh/)) **Note for Linux desktop environments:**