diff options
author | Linda_pp <rhysd@users.noreply.github.com> | 2021-01-18 17:41:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 09:41:25 +0100 |
commit | 41eea59dcfdb2d0f6ff9330f268d0e6fa5bf05c1 (patch) | |
tree | 1b8ceb5fdff776ec17e215d946c65f1f1a4fc1a6 | |
parent | 61437c20b5936de1f833d155b7287d9151e763d8 (diff) | |
download | rneovim-41eea59dcfdb2d0f6ff9330f268d0e6fa5bf05c1.tar.gz rneovim-41eea59dcfdb2d0f6ff9330f268d0e6fa5bf05c1.tar.bz2 rneovim-41eea59dcfdb2d0f6ff9330f268d0e6fa5bf05c1.zip |
doc: Add link to Homebrew formula in README (#13782)
The page is useful because it contains:
How to install it
Package information (e.g. current version)
List of dependencies
Analytics (how many people are using it)
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,7 @@ Install from package Pre-built packages for Windows, macOS, and Linux are found on the [Releases](https://github.com/neovim/neovim/releases/) page. -[Managed packages] are in Homebrew, [Debian], [Ubuntu], [Fedora], [Arch Linux], +[Managed packages] are in [Homebrew], [Debian], [Ubuntu], [Fedora], [Arch Linux], [Gentoo], and more! Install from source @@ -137,5 +137,6 @@ Apache 2.0 license, except for contributions copied from Vim (identified by the [Fedora]: https://apps.fedoraproject.org/packages/neovim [Arch Linux]: https://www.archlinux.org/packages/?q=neovim [Gentoo]: https://packages.gentoo.org/packages/app-editors/neovim +[Homebrew]: https://formulae.brew.sh/formula/neovim <!-- vim: set tw=80: --> |