Skip to content

Commit dc85833

Browse files
committed
doc: Add missing step to install dependencies
[skip ci]
1 parent cb53ff5 commit dc85833

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Note: If you also plan to work on [[https://github.com/emacs-tree-sitter/elisp-t
3535

3636
*** Tools and dependencies
3737
- Install [[https://cask.readthedocs.io][cask]].
38+
- Install ELisp dependencies:
39+
#+begin_src bash
40+
cask install
41+
#+end_src
3842
- 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]].
3943
- 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*.
4044

0 commit comments

Comments
 (0)