Merge pull request #206 from John-Colvin/patch-3

dcd is now in homebrew
This commit is contained in:
Brian Schott 2015-04-02 14:35:10 -07:00
commit 5ed525ed04
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ issue.
1. Configure your text editor to call the dcd-client program. See the *editors* folder for directions on configuring your specific editor.
1. Start the dcd-server program before editing code. (Unless, of course, your editor's plugin handles this for you)
### OS X w/ Homebrew
```brew install dcd``` followed by points 4 & 5 above.
# Client
Because DCD is designed to be used from a text editor, this section is written
primarily for plugin authors.