From 7918072f9975cdc2589a0859de4a9584359e3dad Mon Sep 17 00:00:00 2001 From: w3bdev1 <65990737+w3bdev1@users.noreply.github.com> Date: Sat, 3 Jul 2021 18:22:33 +0530 Subject: doc/readme: mention void linux (#14969) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42c9056892..ac56e3ba00 100644 --- a/README.md +++ b/README.md @@ -46,8 +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], -[Gentoo], and more! +[Managed packages] are in [Homebrew], [Debian], [Ubuntu], [Fedora], [Arch Linux], [Void Linux], [Gentoo], and more! Install from source ------------------- @@ -122,6 +121,7 @@ Apache 2.0 license, except for contributions copied from Vim (identified by the [Ubuntu]: http://packages.ubuntu.com/search?keywords=neovim [Fedora]: https://apps.fedoraproject.org/packages/neovim [Arch Linux]: https://www.archlinux.org/packages/?q=neovim +[Void Linux]: https://voidlinux.org/packages/?arch=x86_64&q=neovim [Gentoo]: https://packages.gentoo.org/packages/app-editors/neovim [Homebrew]: https://formulae.brew.sh/formula/neovim -- cgit