From 2ac272ba9d64302ecdb4e9a93d8cf8b97d7f29e9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Jul 2020 02:39:47 +0000 Subject: [PATCH] update TL;DR --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 343378f..c91d201 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,12 @@ Serving sites with Free SSL is as easy as 1, 2, 3... 4 If you're familiar with node, npm, and npx: this is all you need to do: ```bash +npm init +npm install --save greenlock-express@v4 + npx greenlock init --config-dir greenlock.d --maintainer-email jon@example.com npx greenlock add --subject example.com --altnames example.com + npm start -- --staging ```