From e9808f185ff103e7e3dc2361bc5238541ccbc3e7 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Mon, 23 Mar 2020 11:26:42 -0700 Subject: [PATCH] Add tip for installing amdvlk --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e63fa2b..c29fe4f 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,9 @@ Note: Neovide has been successfully built on other destros but this reportedly w sudo apt-get update -y sudo apt-get install -y vulkan-sdk ``` + + Alternatively if you are running an amd graphics card you may have more success by installing amdvlk. + https://github.com/Kethku/neovide/issues/209 3. Install Rust