aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-10-17 00:31:51 +0200
committerGitHub <noreply@github.com>2022-10-16 15:31:51 -0700
commit8617101b6bf21bf27ba5194db5fb42c73ff67160 (patch)
treecd842b437bdfff34605a63783846fadf753ecbf1 /README.md
parent8f31a730c0dd76180648ba3b7c94aa5d059432e5 (diff)
downloadrneovim-8617101b6bf21bf27ba5194db5fb42c73ff67160.tar.gz
rneovim-8617101b6bf21bf27ba5194db5fb42c73ff67160.tar.bz2
rneovim-8617101b6bf21bf27ba5194db5fb42c73ff67160.zip
docs: "supported platforms" matrix #19615
Inspired by libuv's own SUPPORTED_PLATFORMS.md: https://github.com/libuv/libuv/blob/v1.x/ https://neovim.io/doc/user/support.html
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c14531c997..05058f3a2a 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Pre-built packages for Windows, macOS, and Linux are found on the
Install from source
-------------------
-See the [Building Neovim](https://github.com/neovim/neovim/wiki/Building-Neovim) wiki page for details.
+See the [Building Neovim](https://github.com/neovim/neovim/wiki/Building-Neovim) wiki page and [supported platforms](https://neovim.io/doc/user/support.html#supported-platforms) for details.
The build is CMake-based, but a Makefile is provided as a convenience.
After installing the dependencies, run the following command.