From bf1b15d2e499d2bed5cf17c381355e3ba437631b Mon Sep 17 00:00:00 2001 From: Luke Barone Date: Sat, 9 Jul 2022 20:48:32 -0700 Subject: [PATCH] Updated QR Code Generation from @rustdesk's comment --- content/self-host/windows/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/windows/_index.en.md b/content/self-host/windows/_index.en.md index 66c088fe..c2592829 100644 --- a/content/self-host/windows/_index.en.md +++ b/content/self-host/windows/_index.en.md @@ -6,7 +6,7 @@ weight: 20 ### Install NodeJs -Please [download](https://nodejs.org/dist/v16.14.2/node-v16.14.2-x86.msi) and install. +Please [download](https://nodejs.org/dist/v16.14.2/node-v16.14.2-x86.msi) and install NodeJS. NodeJs is the runtime environment of pm2, so you need to install NodeJs first。 ### Install pm2