Update README.md

Clarify documentation as a result of #153
This commit is contained in:
Brian Schott 2014-08-08 09:17:01 +00:00
parent 8611113565
commit d1b6b09c59
1 changed files with 12 additions and 0 deletions

View File

@ -151,6 +151,18 @@ The server will attempt to read the file ```~/.config/dcd``` on Posix systems, o
If it exists, each line of the file is interpreted as a path that should be 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.
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:
/usr/include/dmd/
What you actually want is this:
/usr/include/dmd/druntime/import
/usr/include/dmd/phobos
##Shut down the server ##Shut down the server
The server can be shut down by running the client with the correct option: The server can be shut down by running the client with the correct option: