Skip to content

Commit

Permalink
Explain that tree-sitter CLI 0.20+ cannot currently be used
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Aug 9, 2021
1 parent 68ef67d commit 3d30229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It's more convenient to work with this repository as a submodule of [[https://gi
*** Tools and dependencies
- Install [[https://cask.readthedocs.io][cask]].
- Install ~npm~. (Some grammars depend on another npm-packaged grammar. For example: ~cpp~, ~typescript~.)
- Install [[https://tree-sitter.github.io/tree-sitter/creating-parsers#installation][tree-sitter CLI tool]] (if you don't use NodeJS, you can download the binary directly from [[https://github.com/tree-sitter/tree-sitter/releases][GitHub]]).
- Install [[https://tree-sitter.github.io/tree-sitter/creating-parsers#installation][tree-sitter CLI tool]]. If you don't use NodeJS, you can download the binary directly from [[https://github.com/tree-sitter/tree-sitter/releases][GitHub]]. *Note: versions 0.20+ cannot be used, as they introduce [a breaking change](https://github.com/tree-sitter/tree-sitter/pull/1157) in binary storage location*.
- Clone this repository and install its dependencies.
#+begin_src bash
git clone https://github.com/ubolonton/tree-sitter-langs
Expand Down

0 comments on commit 3d30229

Please sign in to comment.