From 76ed4d4a4cc234a7a1e51d7d317d351c5a2b1dff Mon Sep 17 00:00:00 2001 From: William Boman Date: Fri, 17 Dec 2021 17:07:09 +0100 Subject: [PATCH] s/DEFAULT_RESOURCE_DIRECTORY/CLANG_RESOUCE_DIR/ --- Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.md b/Install.md index c208057..0cad9bc 100644 --- a/Install.md +++ b/Install.md @@ -37,7 +37,7 @@ subdirectory of Clang resource directory. The path is derived from `clang -print-resource-dir` at CMake configure time. The location is hard-coded in the `ccls` executable -(`-DDEFAULT_RESOURCE_DIRECTORY=` when building ccls). If you want to install +(`-DCLANG_RESOURCE_DIR=` when building ccls). If you want to install **ccls** and delete the build directory, you need to copy the contents of the resource directory before building ccls.