aboutsummaryrefslogtreecommitdiffstats
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
parentfeat: Add more lua folds (diff)
downloadnvim-treesitter-25bdf0f00dd6827304b400d10d6f7e3457cbe2e8.tar
nvim-treesitter-25bdf0f00dd6827304b400d10d6f7e3457cbe2e8.tar.gz
nvim-treesitter-25bdf0f00dd6827304b400d10d6f7e3457cbe2e8.tar.bz2
nvim-treesitter-25bdf0f00dd6827304b400d10d6f7e3457cbe2e8.tar.lz
nvim-treesitter-25bdf0f00dd6827304b400d10d6f7e3457cbe2e8.tar.xz
nvim-treesitter-25bdf0f00dd6827304b400d10d6f7e3457cbe2e8.tar.zst
nvim-treesitter-25bdf0f00dd6827304b400d10d6f7e3457cbe2e8.zip
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 aa6b21977..7907aa9f5 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