I am using ZSH on a MacBook. I've installed composer with Homebrew.
I've run the following commands.
mkdir my-doc
cd my-doc
composer require godbout/dash-docset-builder
dash-docset new my-pretty-docset
But I've got the following message:
zsh: command not found: dash-docset
I've tried to troubleshoot the error.
- I've cloned the
dash-docset-builder repository
- I've tried to export the path
dash-docset-builder/dash-docset from the repository to my .zshrc, but it still couldn't find the command
- I've tried to run
Please provide an instruction for dummies like 🙏🏽