From 7822a39bfc5440c9b6cafee93e488bfe93c9979d Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 14 May 2019 18:34:13 +0200 Subject: [PATCH] Update DOCS.md --- DOCS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCS.md b/DOCS.md index 3f1c73429..0b52ea866 100644 --- a/DOCS.md +++ b/DOCS.md @@ -22,10 +22,10 @@ Git hooks can get parameters via command-line arguments and stdin. `husky` makes ## Disable auto-install -If you don't want `husky` to automatically install Git hooks, simply set `HUSKY_SKIP_INSTALL` environment variable to `true`. +If you don't want `husky` to automatically install Git hooks, simply set `HUSKY_SKIP_INSTALL` environment variable to `1`. ```sh -HUSKY_SKIP_INSTALL=true npm install +HUSKY_SKIP_INSTALL=1 npm install ``` ## Multi-package repository (monorepo) @@ -86,7 +86,7 @@ _This feature is experimental 🧪. Feedbacks are welcome._ ## Debug -It's basic for the moment, but you can use `HUSKY_DEBUG=true` to log debug messages. +It's basic for the moment, but you can use `HUSKY_DEBUG=1` to log debug messages. ## Multiple commands @@ -114,4 +114,4 @@ module.exports = { } ``` -Tools like [npm-run-all](https://github.com/mysticatea/npm-run-all) can help too. \ No newline at end of file +Tools like [npm-run-all](https://github.com/mysticatea/npm-run-all) can help too.