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.
This commit is contained in:
Commander Nout
2024-06-11 13:00:58 -07:00
committed by GitHub
parent 5540cae610
commit bad1a4b8ca

View File

@@ -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:**