From b31788102e96d55b69dc422b439386207fdab0fd Mon Sep 17 00:00:00 2001 From: nitish-17 <62102673+nitish-17@users.noreply.github.com> Date: Sat, 28 May 2022 21:32:47 +0530 Subject: [PATCH] mention the requirement of C++ compiler for building grammar in doc (#2592) --- book/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/install.md b/book/src/install.md index cbd2c0280..bf59ea234 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).