From de4b689f39a0a034763857ce502f281be8cea7e1 Mon Sep 17 00:00:00 2001 From: Bailey <54855684+not-bailey@users.noreply.github.com> Date: Fri, 30 Apr 2021 10:45:09 +0500 Subject: [PATCH] Fix typo in Arch Linux AUR installation. (#602) Git clones the "neovide-git" folder from the AUR, but cd changes the current directory to "neovide" instead of "neovide-git". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebdf076..6a31beb 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ There is an [AUR package for neovide](https://aur.archlinux.org/packages/neovide ```sh git clone https://aur.archlinux.org/neovide-git.git -cd neovide +cd neovide-git makepkg -si ``` Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered.