aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornitish-172022-05-28 16:02:47 +0000
committerGitHub2022-05-28 16:02:47 +0000
commitb31788102e96d55b69dc422b439386207fdab0fd (patch)
treea8e15bf51c124cc8555e751a0a7b7f1fcf2c80c7
parenta106341fd73b1be3d42353ee154d0612b7bfceba (diff)
mention the requirement of C++ compiler for building grammar in doc (#2592)
-rw-r--r--book/src/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/install.md b/book/src/install.md
index cbd2c028..bf59ea23 100644
--- a/book/src/install.md
+++ b/book/src/install.md
@@ -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).