Skip to content

Commit

Permalink
Update DOCS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Oct 11, 2018
1 parent 4924a42 commit 6fd89e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DOCS.md
Expand Up @@ -70,3 +70,7 @@ If you're on Windows, husky will simply use the version installed globally on yo
For macOS and Linux users:
- if you're running `git` commands in the terminal, husky will use the version defined in your shell `PATH`. So if you're a `nvm` user, husky will use the version that you've set with `nvm`.
- if you're using a GUI client and `nvm`, it may have a different `PATH` and not load `nvm`, in this case the highest `node` version installed by `nvm` will usually be picked. You can also check `~/.node_path` to see which version is used by GUIs and edit if you want to use something else.

## Debug

It's basic for the moment, but you can use `HUSKY_DEBUG=true` to log debug messages.

0 comments on commit 6fd89e8

Please sign in to comment.