Closed CodeLongAndProsper90 closed 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?
Oh, I didn't think of that. I guess that's what I get whenever I manually drop binaries into my $PATH.
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.