From db50cb87828f644b87ad5f35899ea5f7df858379 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 9 Aug 2016 17:43:46 -0600 Subject: [PATCH] note plugin arch --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a60231e..fd1a6ce 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,10 @@ and the default challenge is [`le-challenge-fs`](https://github.com/Daplie/le-ch ```bash npm install --save letsencrypt@2.x -npm install --save le-store-certbot@2.x -npm install --save le-challenge-fs@2.x + +npm install --save le-store-certbot@2.x # default plugin for accounts, certificates, and keypairs +npm install --save le-challenge-fs@2.x # default plugin for challenge handlers +npm install --save le-acme-core@2.x # default plugin for ACME spec ``` Usage