From 24d1be590fd78a73646f4e27fc4d875d2a502fe9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 29 Jun 2018 02:28:11 -0600 Subject: [PATCH] note optional dependencies --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 425f913..60b8182 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,20 @@ Install npm install --save greenlock@2.x ``` -**Note**: Ignore errors related to `ursa`. It is an optional dependency used when available. -For many people it will not install properly, but it's only necessary on ARM devices (i.e. Raspberry Pi). + +**Optional** dependency for *more efficient* RSA key generation: +```bash +npm install --save ursa +``` +(important for those on ARM devices like Raspberry Pi) + +**Optional** dependency for *Let's Encrypt v01* (pre-draft ACME spec) compatibility: +```bash +npm install --save le-acme-core +``` +(important for those on ARM devices like Raspberry Pi) + + ### Production vs Staging