After installing DUB (dub-git
on Arch Linux) and specifying vibe-d
as a dependency of my project in package.json
, I ran dub upgrade
and vibe was installed. However, I can't start vibe by running it in the project root dir, as the bin file isn't found. It's installed local to my user with vibe in ~/.dub/packages/vibe-d-0.7.15/bin
This the recommended way to install vibe? How have others installed it so the vibe executable is available?