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
|
||||
|
||||
Ensure you have the latest version of Neovim installed, and remove or backup
|
||||
your existing settings. Install `tree-sitter-cli` with either `cargo` or `npm`,
|
||||
and ensure `npm` and `tree-sitter-cli` are on your `PATH`.
|
||||
Ensure you have the latest version (v0.10.x) of Neovim installed, and remove or
|
||||
backup your existing settings. Install `tree-sitter-cli` with either `cargo` or
|
||||
`npm`, and ensure `npm` and `tree-sitter-cli` are on your `PATH`.
|
||||
|
||||
```sh
|
||||
# remove it
|
||||
|
|
Loading…
Reference in a new issue