Update README requirements for parser download/compilation

This commit is contained in:
Stephan Seitz 2020-10-15 22:36:59 +02:00 committed by Thomas Vigouroux
parent 1f3999234a
commit 25bdf0f00d

View file

@ -42,8 +42,8 @@ Please consider the experience with this plug-in as experimental until Neovim 0.
## Requirements ## Requirements
- Neovim [nightly](https://github.com/neovim/neovim#install-from-source) - Neovim [nightly](https://github.com/neovim/neovim#install-from-source)
- `git` in your path. - `tar` and `curl` in your path (or alternativly `git`)
- A C compiler in your path ([Windows users please read this!](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)). - A C compiler in your path and libstdc++ installed ([Windows users please read this!](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)).
## Installation ## Installation