Users who are not familiar with the NPM ecosystem may not understand that the npm i duh command from the README will only install duh in a local path, in ./node_modules/.bin/duh, rather than to a location on the user's PATH.
We should update the README to clarify this so that new users do not have this problem.
Users who are not familiar with the NPM ecosystem may not understand that the
npm i duhcommand from the README will only installduhin a local path, in./node_modules/.bin/duh, rather than to a location on the user's PATH.We should update the README to clarify this so that new users do not have this problem.