From 77740a3fdc302cba826ef2062c20746c2235ac79 Mon Sep 17 00:00:00 2001 From: David Bouscarle <113177140+DavidBouscarle@users.noreply.github.com> Date: Wed, 15 Mar 2023 11:11:37 +0100 Subject: [PATCH] docs: replace npm ci with npm install (#253) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 676f6df..543662a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This package is available in the Node Package Repository and can be easily insta ```bash $ git clone https://github.com/NodeSecure/report.git $ cd report -$ npm ci +$ npm i $ npm link ```