소스 검색

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
 ```