فهرست منبع

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

Rafael Colucci 4 سال پیش
والد
کامیت
7d3a8a9f35
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      README.md

+ 0 - 5
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
 ```