From f2abc44601ada4bc602b46873940f8324925ac5d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 28 Jul 2020 22:39:34 +0000 Subject: [PATCH] update node installer instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de3fd0d..ffbfc33 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,11 @@ Serving sites with Free SSL is as easy as 1, 2, 3... 4 ## 1. Create your Project ```bash -# Install the latest node, if needed -curl -fsL bit.ly/node-installer | bash +# Install the latest node, if needed (Mac, Linux) +curl -fsS https://webinstall.dev/node | bash + +# Windows 10 +# curl -fsSA "MS" https://webinstall.dev/node | powershell # Create your project, add Greenlock Express v4 npm init