From 10dcd65f76c2a71dc65d8a6997736ee0dfdb2d63 Mon Sep 17 00:00:00 2001 From: Harshil Date: Mon, 31 May 2021 09:49:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Minor=20Improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/setup-pm2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup-pm2.md b/docs/reference/setup-pm2.md index 779ac415c..497ecd12c 100644 --- a/docs/reference/setup-pm2.md +++ b/docs/reference/setup-pm2.md @@ -67,6 +67,6 @@ If you want to set these configurations via a file, refer to the [PM2 documentat ### How to run n8n with PM2 on Windows? -To run n8n via PM2 on Windows, execute the command `pm2 start n8n` from the start directory `C:\Users\\AppData\Roaming\npm\node_modules\n8n\bin`. +To run n8n via PM2 on Windows, execute the command `pm2 start n8n` from the start directory `C:\Users\%AppData%\Roaming\npm\node_modules\n8n\bin`. **Note:** If you have installed n8n in a different directory execute the above-mentioned command from that directory.