From 7d3a8a9f3504167b2a4dfe68cab425614c1cafcb Mon Sep 17 00:00:00 2001 From: Rafael Colucci <9368892+colutti@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:57:33 +0200 Subject: [PATCH] Just removing the old way of updating LunarVim (#1155) --- README.md | 5 ----- 1 file changed, 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 ```