summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Colucci <[email protected]>2021-07-29 08:57:33 +0200
committerGitHub <[email protected]>2021-07-29 06:57:33 +0000
commit7d3a8a9f3504167b2a4dfe68cab425614c1cafcb (patch)
tree7c09ea9e28dd4fe84f3c625f466edff6300ff096
parent667bc9a227d5cfee38f59b200f9dd447dfac6294 (diff)
Just removing the old way of updating LunarVim (#1155)
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7a04816b..122a09f8 100644
--- a/README.md
+++ b/README.md
@@ -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
```