Just removing the old way of updating LunarVim (#1155)

This commit is contained in:
Rafael Colucci 2021-07-29 08:57:33 +02:00 committed by GitHub
parent 667bc9a227
commit 7d3a8a9f35
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,11 +145,6 @@ To update plugins:
To update LunarVim:
```bash
# Master Branch
cd ~/.config/nvim && git pull
:PackerSync
# Rolling Branch
cd ~/.local/share/lunarvim/lvim && git pull
:PackerSync
```