From 6ca70139db85a65072b91156d6f0cadb6b1801ba Mon Sep 17 00:00:00 2001 From: keith Date: Wed, 4 Mar 2020 21:47:00 -0800 Subject: [PATCH] add back aur package instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b11f07e..560452e 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,19 @@ Note: If you run into issues with the vulkan libraries being reported as not ver ### Linux +#### Arch Linux + +There is an [AUR package for neovide](https://aur.archlinux.org/packages/neovide-git/). + +```sh +git clone https://aur.archlinux.org/neovide-git.git +cd neovide +makepkg -si +``` + #### Debian/Ubuntu -Note: Neovide has been successfully built on other distros but this reportedly works on Ubuntu. +Note: Neovide has been successfully built on other destros but this reportedly works on ubuntu. 1. Install necessary dependencies