update readme installation instructions
This commit is contained in:
parent
6deeee9fc4
commit
700ac8c77d
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ try to document as much as I can, anyways.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Ensure you have the latest version of Neovim installed, and remove or backup
|
Ensure you have the latest version (v0.10.x) of Neovim installed, and remove or
|
||||||
your existing settings. Install `tree-sitter-cli` with either `cargo` or `npm`,
|
backup your existing settings. Install `tree-sitter-cli` with either `cargo` or
|
||||||
and ensure `npm` and `tree-sitter-cli` are on your `PATH`.
|
`npm`, and ensure `npm` and `tree-sitter-cli` are on your `PATH`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# remove it
|
# remove it
|
||||||
|
|
Loading…
Reference in a new issue