npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.63k stars 588 forks source link

Make adr work through a symlink #53

Closed njm506 closed 6 years ago

njm506 commented 6 years ago

This PR allows someone to symlink src/adr into an existing directory on their PATH, without bringing the other scripts with it. readlink will correctly determine where adr is actually installed and access the rest of the scripts from there.