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".
macos-click-through
Bailey 3 years ago committed by GitHub
parent f213c5ac48
commit de4b689f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save