summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92a230d..427c47b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ you need neovim 0.10.1 at least
best to compile nvim from source
first uninstall nvim
```
-sudo apt uninstall nvim neovim
+sudo apt remove nvim neovim
```
then make sure nvim isnt installed somewhere else
```