Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
208 stars 49 forks source link

Add dub install instructions to README.md #148

Closed CodeLongAndProsper90 closed 3 years ago

CodeLongAndProsper90 commented 3 years ago

This adds installation instructions for using DUB, since serve-d is on dub, it's usually a bit easier to use dub, instead of putting binaries in your $PATH.

WebFreak001 commented 3 years ago

dub fetch doesn't actually add the programs to PATH though, you would need to use dub run, and I don't think any editor plugins currently look for serve-d in the DUB packages directory?

CodeLongAndProsper90 commented 3 years ago

Oh, I didn't think of that. I guess that's what I get whenever I manually drop binaries into my $PATH.