aproxtimedev commited on
Commit
9651765
·
verified ·
1 Parent(s): e66f55f

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -11,8 +11,8 @@ which n8n
11
 
12
  n8n --help
13
 
14
- cd ~/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
15
- cd ~/.n8n/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
16
 
17
  n8n start &
18
 
 
11
 
12
  n8n --help
13
 
14
+ # cd ~/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
15
+ # cd ~/.n8n/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
16
 
17
  n8n start &
18