From ad3409f3e0b6f5b5f8de218f6c19b12fd4c3663f Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Tue, 28 Jan 2020 17:00:02 -0800 Subject: [PATCH] Note that neovide requires neovim 0.4 or greater. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f444df0..1ec2a88 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ I've got more ideas for simple unobtrusive improvements. More to come. Currently there is just a Windows binary under the [project releases](https://github.com/Kethku/neovide/releases). I'm hoping to automate and produce Mac and Linux binaries as well, but I haven't gotten there yet. -Installing should be as simple as downloading the binary, making sure `nvim.exe` is on your path, and running it. Everything -should be self contained. +Installing should be as simple as downloading the binary, making sure `nvim.exe` with version 0.4 or greater is on your path, and running it. Everything should be self contained. ## Building @@ -52,6 +51,8 @@ Building instructions are somewhat limited at the moment. All the libraries I us support for Windows, Mac, and Linux. The rendering however is Vulkan-based, so driver support for Vulkan will be necessary. On Windows this should be enabled by default if you have a relatively recent system. +Note: Neovide requires neovim version 0.4 or greater. + ### Windows 1. Install the latest version of Rust. I recommend