summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-10-06 08:55:06 +0200
committerGitHub <[email protected]>2022-10-06 06:55:06 +0000
commit9def60f1dd09ac2244672b8570092229977b43b4 (patch)
tree44bf396deaa7ce20ebc789f95bd03494d2393488 /README.md
parent0d578ab152708019ad10cb7b21fc4a1cb0105a1a (diff)
feat: lock new installations to nvim 0.8+ (#3111)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2127ffd3..16ce0540 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,11 @@
## Install In One Command!
-Make sure you have the release version of Neovim (0.7+).
+Make sure you have the release version of Neovim (0.8+).
### Linux/MacOS:
-If you are running Neovim 0.7+
+If you are running Neovim 0.8+
```bash
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)