diff options
author | Tshepang Mbambo | 2023-06-08 04:27:58 +0000 |
---|---|---|
committer | GitHub | 2023-06-08 04:27:58 +0000 |
commit | 27891cdc8d48a61b4a25b95a8ac45256ff69fcbe (patch) | |
tree | 5a8367c872ee83c7e42903e68518ea12de767f99 /book/src/install.md | |
parent | d4427125eb9f1f6936fae4c8569feb0893b76155 (diff) |
misc doc fixes/improvements (#7282)
Diffstat (limited to 'book/src/install.md')
-rw-r--r-- | book/src/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/install.md b/book/src/install.md index 7483be29..0b5e1a30 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -161,7 +161,7 @@ Requirements: - The [Rust toolchain](https://www.rust-lang.org/tools/install) - The [Git version control system](https://git-scm.com/) -- A c++14 compatible compiler to build the tree-sitter grammars, for example GCC or Clang +- A C++14 compatible compiler to build the tree-sitter grammars, for example GCC or Clang If you are using the `musl-libc` standard library instead of `glibc` the following environment variable must be set during the build to ensure tree-sitter grammars can be loaded correctly: |