From c0571348f82cdb25541f79ef06f4bd1613daf222 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Thu, 12 Jul 2018 12:17:56 +0800 Subject: [PATCH] Add examples of Cygwin and Git Bash --- app/config/config-default.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/config/config-default.js b/app/config/config-default.js index b3da8a98..c43af2e8 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -106,6 +106,13 @@ module.exports = { // // PowerShell on Windows // - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe` + // + // Cygwin + // - Example: `C:\\cygwin64\\bin\\bash.exe` + // + // Git Bash + // - Example: `C:\\Program Files\\Git\\git-cmd.exe` + // Then Add `--command=usr/bin/bash.exe` to shellArgs shell: '', // for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`)