Skip to content

Commit

Permalink
mention the requirement of C++ compiler for building grammar in doc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-17 authored May 28, 2022
1 parent a106341 commit b317881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ For more information on the information displayed in the healthcheck results ref

Tree-sitter grammars must be fetched and compiled if not pre-packaged.
Fetch grammars with `hx --grammar fetch` (requires `git`) and compile them
with `hx --grammar build` (requires a C compiler).
with `hx --grammar build` (requires a C++ compiler).

0 comments on commit b317881

Please sign in to comment.