diff options
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: |