mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-30 14:52:27 -05:00
6 lines
97 B
Bash
6 lines
97 B
Bash
|
|
#!/bin/sh
|
||
|
|
mkdir -p ~/.n8n/nodes/
|
||
|
|
cd ~/.n8n/nodes/
|
||
|
|
npm link n8n-nodes-<...>
|
||
|
|
/docker-entrypoint.sh
|