From d2ae4019efac84aaaf2820dce7b319de1b7e0803 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Wed, 5 Jan 2022 23:29:00 -0800 Subject: [PATCH] update readme to indicate 0.6 requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18ddf13..a359416 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,14 @@ Configuration is done almost completely via global neovide variables in your vim **Note**: Building instructions are somewhat limited at the moment. All the libraries I use are cross platform and should have support for Windows, Mac, and Linux. On Windows this should be enabled by default if you have a relatively recent system. -**Note**: Neovide requires neovim version 0.4 or greater. +**Note**: Neovide requires neovim version 0.6 or greater. ### From binary Building instructions are somewhat limited at the moment. All the libraries I use are cross platform and should have support for Windows, Mac, and Linux. The rendering is based on opengl, so a good gpu driver will be necessary. On Windows this should be enabled by default if you have a relatively recent system. -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. +Installing should be as simple as downloading the binary, making sure `nvim.exe` with version 0.6 or greater is on your path, and running it. Everything should be self contained. ### Windows