From c504ee0c45b7a4e20eefedee7f62074b28a22a4b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 2 Mar 2020 10:48:01 +1100 Subject: [PATCH] Update README Fix some typos, add Arch Linux instructions. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c387315..71a12a0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Should be a standard full features Neovim GUI. Beyond that there are some visual ### Ligatures -Supports ligatures and full [HarfBuzz](https://www.freedesktop.org/wiki/Software/HarfBuzz/) backed font rendering. +Supports ligatures and full [HarfBuzz](https://www.freedesktop.org/wiki/Software/HarfBuzz/) backed font shaping. ![Ligatures](./assets/Ligatures.png) @@ -75,7 +75,19 @@ Note: Neovide requires neovim version 0.4 or greater. ### Linux -Note: Neovide has been successfully built on other destros but this reportedly works on ubuntu. +#### Arch Linux + +There is an [AUR package for neovide](https://aur.archlinux.org/packages/neovide). + +```sh +git clone https://aur.archlinux.org/neovide.git +cd neovide +makepkg -si +``` + +#### Debian/Ubuntu + +Note: Neovide has been successfully built on other distros but this reportedly works on Ubuntu. 1. Install necessary dependencies