From a9f4c22c0c960a65cbeaa7fd624ff85134d065c0 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Fri, 2 Jun 2017 16:43:57 -0400 Subject: [PATCH] git-tower advice on running git hooks --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9c6f01b..f0c822c 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,9 @@ This should provide plenty of information to debug the hooks ## Desktop Git clients The Git hooks should work in desktop clients, like [GitHub Desktop app](https://desktop.github.com/). +If something does not work, it is usually because the desktop App cannot find `node`. +See what [Git Tower application suggests](https://www.git-tower.com/help/mac/faq-and-tips/faq/hook-scripts) +you do in that case. ## Local development