From 9c78be4acb627280631e04cd24cb1e5872399927 Mon Sep 17 00:00:00 2001 From: clement Date: Tue, 2 Dec 2014 21:40:29 +0800 Subject: [PATCH] add short notice about install procedure --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a246240..9729fd9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ and [OpenSSL](https://www.openssl.org/support/faq.html#USER16)\*: * https://github.com/coolaj86/nodejs-self-signed-certificate-example * https://github.com/coolaj86/nodejs-ssl-trusted-peer-example +Install +===== + +```javascript +npm i ssl-root-cas --save +``` + Usage =====