mention the requirement of C++ compiler for building grammar in doc (#2592)

This commit is contained in:
nitish-17 2022-05-28 21:32:47 +05:30 committed by GitHub
parent a106341fd7
commit b31788102e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,4 +79,4 @@ ## Building tree-sitter grammars
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).