From e91b00c5faa007832ba00fdab6c3a2d43684f781 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 20 Jan 2017 20:13:41 +0000 Subject: [PATCH] update example --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d94e8..01cd287 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,15 @@ Usage Examples: ``` -node serve.js --servername jane.daplie.me --agree-tos --email jane@example.com --tunnel +# Install +npm install -g git+https://git@git.daplie.com:Daplie/serve-https + +# Use tunnel +serve-https --servername jane.daplie.me --agree-tos --email jane@example.com --tunnel + +# BEFORE you access in a browser for the first time, use curl +# (because there's a concurrency bug in the greenlock setup) +curl https://jane.daplie.me ``` Options: