diff --git a/README.md b/README.md index c211217..4e3fbf3 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,8 @@ now it must be started manually or by an editor plugin. ## Configuration Files The server will attempt to read the file ```~/.config/dcd``` on Posix systems, or ```dcd.conf``` on Windows in the current working directory on startup. If it exists, each line of the file is interpreted as a path that should be -searched when looking for module imports. +searched when looking for module imports. Lines that start with the "#" character +are ignored. Keep in mind that DCD treats import paths the same way that the compiler does. For example, a configuration file like this will not work as expected: