Skip to content

Commit bad1a4b

Browse files
authored
Update README.md to add brew install on MacOS (zyedidia#3338)
Add installation option for Homebrew on MacOS. Homebrew is a popular package manager on MacOS - likely more popular than MacPorts.
1 parent 5540cae commit bad1a4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ for other operating systems. These packages are not guaranteed to be up-to-date.
154154
* `pkd_add -v micro`.
155155
* NetBSD, macOS, Linux, Illumos, etc. with [pkgsrc](http://www.pkgsrc.org/)-current:
156156
* `pkg_add micro`
157-
* macOS with [MacPorts](https://www.macports.org):
158-
* `sudo port install micro`
157+
* macOS: Available in package managers.
158+
* `sudo port install micro` (with [MacPorts](https://www.macports.org))
159+
* `brew install micro` (with [Homebrew](https://brew.sh/))
159160

160161
**Note for Linux desktop environments:**
161162

0 commit comments

Comments
 (0)