From 149da6b603d5eb6867352140eae913e090038c2b Mon Sep 17 00:00:00 2001 From: Imbolc Date: Fri, 18 Jun 2021 23:10:20 +0300 Subject: Fix neovim installation cleanup (#460) Got these on debian: `rm: cannot remove 'neovim/.deps/build/src/luajit/src/lib_init_dyn.o': Permission denied ...` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c85f70af..f8a97bee 100644 --- a/README.md +++ b/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 -- cgit v1.2.3