From 70e18480271fa1cf631d9ba572ecdb5b78c0b2e3 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Mon, 2 Mar 2020 10:45:46 -0800 Subject: [PATCH] Possible fix on mac instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cc23b7..51bd40c 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ Note: Neovide requires neovim version 0.4 or greater. 6. `cargo build --release` 7. Copy `./target/release/neovide` to a known location and enjoy. +Note: If you run into issues with the vulkan libraries being reported as not verified, this issue thread may help: https://github.com/Kethku/neovide/issues/167#issuecomment-593314579 + ### Linux #### Arch Linux