summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-10-15 22:36:59 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2020-10-16 06:36:47 +0200
commit25bdf0f00dd6827304b400d10d6f7e3457cbe2e8 (patch)
tree59398ebf203f28288417ba63cf7037f0b7171267
parent1f3999234a040a8a29d84eb0c0c0829ffe340fc6 (diff)
Update README requirements for parser download/compilation
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa6b2197..7907aa9f 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ Please consider the experience with this plug-in as experimental until Neovim 0.
## Requirements
- Neovim [nightly](https://github.com/neovim/neovim#install-from-source)
-- `git` in your path.
-- A C compiler in your path ([Windows users please read this!](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)).
+- `tar` and `curl` in your path (or alternativly `git`)
+- 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