From e5456249a2eff134c4eb81f82129ffc98e64db9e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 11 Jan 2020 17:02:13 -0700 Subject: [PATCH] update docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3dcf836..bb9536a 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ 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 + +# Create your project, add Greenlock Express v4 npm init npm install --save greenlock-express@v4 ```