summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-24 13:01:57 +0100
committerGitHub <[email protected]>2022-01-24 13:01:57 +0100
commit25e8b2234915f7862d1c6fcd9477b0c1b1ea1bf4 (patch)
tree5ac77ef736154679c163d86f339c73a11aa856ba /README.md
parent6cd282ac525e83a641c2c57a08be6789b75e547d (diff)
chore(installer): require neovim 0.6.1+ (#2211)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97edf237..c7dd1b74 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ You can find all the documentation for LunarVim at [lunarvim.org](https://www.lu
## Install In One Command!
-Make sure you have the release version of Neovim (0.6).
+Make sure you have the release version of Neovim (0.6.1+).
```bash
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)