summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-23 20:00:40 -0400
committerChris <[email protected]>2021-03-23 20:00:40 -0400
commit0268e858f858253aa8d1dbb9a558d231a4eba128 (patch)
tree1de298fd195dd79ee2b6ad8f306e893180baecf6
parentd6543a623a5207a367c3bec9138bd71af31ba921 (diff)
update readme
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b33b3f8a..10e6dcc2 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,14 @@ on this repo, there is one for CoC and one for Native LSP
## Install In One Command!
+Make sure you have the newest version of Neovim
+
```bash
bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/installer/install.sh)
```
+After installation run `nvim` and then `:PackerInstall`
+
## Get the latest version of Neovim
``` bash