Skip to content

Commit

Permalink
doc: Add missing step to install dependencies
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ubolonton committed Feb 6, 2022
1 parent cb53ff5 commit dc85833
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Note: If you also plan to work on [[https://github.com/emacs-tree-sitter/elisp-t

*** Tools and dependencies
- Install [[https://cask.readthedocs.io][cask]].
- Install ELisp dependencies:
#+begin_src bash
cask install
#+end_src
- Install NodeJS. It is needed to generate the grammar code from the JavaScript DSL. The recommended tool to manage NodeJS is [[https://volta.sh/][volta]].
- Install [[https://tree-sitter.github.io/tree-sitter/creating-parsers#installation][tree-sitter CLI tool]]. (Its binary can also be downloaded directly from [[https://github.com/tree-sitter/tree-sitter/releases][GitHub]].) *Note: versions 0.20+ cannot be used, as they introduce [[https://github.com/tree-sitter/tree-sitter/pull/1157][a breaking change]] in binary storage location*.

Expand Down

0 comments on commit dc85833

Please sign in to comment.