diff --git a/Install.md b/Install.md index 929e2cc..d4ed0b7 100644 --- a/Install.md +++ b/Install.md @@ -11,7 +11,7 @@ exec "$HOME/src/ccls/Release/ccls" "$@" (be sure to make the script executable!) You might want to -* add other options such as `--log-file=/tmp/ccls.out` to force logging. `-v=1` and `-init=` are other useful options. See [[Customization]]. +* add other options such as `--log-file=/tmp/ccls.out` to force logging. `-v=1` and `--init=` are other useful options. See [[Customization]]. * set `LD_LIBRARY_PATH` if CMake fails to set `DT_RUNPATH` for the built `ccls` executable. * set [[Debugging]] environment variables that might be useful.