- Download the latest tools from adr-tools releases page
- Extract the
src
folder and rename it toadr-tools
, put it somewhere you can easily get to (c:\projects
for example) - Open up your Ubuntu WSL image bash shell in Windows Terminal
- Execute following commands:
cd /usr/local/bin/
sudo mkdir adr-tools
cd adr-tools
sudo cp -fr /mnt/c/projects/adr-tools/* ./
PATH="$PATH:/usr/local/bin/adr-tools"
You should now be able to issue adr commands.
If you want to specify a different directory for the adr docs than doc/adr
, create a file in the project root called .adr-dir
and specify the new folder like Documents/adr
and save as LF only.