Add instructions for changing branches with PKGBUILD. (#613)

Co-authored-by: Lord Valen <lord_valen@protonmail.com>
macos-click-through
Lord-Valen 3 years ago committed by GitHub
parent de4b689f39
commit 308a92e7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -150,6 +150,18 @@ git clone https://aur.archlinux.org/neovide-git.git
cd neovide-git
makepkg -si
```
To install a non-default branch:
```sh
git clone https://aur.archlinux.org/neovide-git.git
cd neovide-git
nvim PKGBUILD
:%s/l}/l}#branch=branch-name-here/
:wq
makepkg -si
```
Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered.
See [#527](https://github.com/Kethku/neovide/issues/527)

Loading…
Cancel
Save