I've installed dredd globally on mac os but when calling dredd it comes back command not found
➜ test git:(master) dredd
zsh: command not found: dredd
Not sure if this is being saved in the correct place or there's an extra step i'm missing.
My initial install was:
➜ test git:(master) npm install -g dredd
npm WARN deprecated coffee-script@1.12.6: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
/Users/bob/.npm-packages/bin/dredd -> /Users/bob/.npm-packages/lib/node_modules/dredd/bin/dredd
+ dredd@4.8.2
updated 1 package in 5.563s