diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-10-17 00:31:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 15:31:51 -0700 |
commit | 8617101b6bf21bf27ba5194db5fb42c73ff67160 (patch) | |
tree | cd842b437bdfff34605a63783846fadf753ecbf1 /README.md | |
parent | 8f31a730c0dd76180648ba3b7c94aa5d059432e5 (diff) | |
download | rneovim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |