From abe863c56b73290f8925dd22c7c06a94296293f7 Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Sun, 19 Mar 2017 23:46:08 +0900 Subject: [PATCH] Add comment about node vs nodejs --- _config/withexeditorhost.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_config/withexeditorhost.sh b/_config/withexeditorhost.sh index a2c2efc7..c7f4dfeb 100644 --- a/_config/withexeditorhost.sh +++ b/_config/withexeditorhost.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash # Fill in the path of the index.js file of the withExEditorHost. +# Replace "node" command to "nodejs" according to your environment. node /path/to/withexeditorhost/index.js