소스 검색

Fix neovim installation cleanup (#460)

Got these on debian: `rm: cannot remove 'neovim/.deps/build/src/luajit/src/lib_init_dyn.o': Permission denied ...`
Imbolc 4 년 전
부모
커밋
149da6b603
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -126,7 +126,7 @@ git clone https://github.com/neovim/neovim --depth 1
 cd neovim
 sudo make CMAKE_BUILD_TYPE=Release install
 cd ..
-rm -rf neovim
+sudo rm -r neovim
 ```
 
 or if you are on Arch you can get it from the AUR