From 346535046a9c20a5b6594a160f87f6e75e91d784 Mon Sep 17 00:00:00 2001 From: Shrey Puranik Date: Thu, 22 Jun 2023 16:35:18 +0100 Subject: [PATCH] docs: Adding npm install instructions to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e539af3..5959a25 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,15 @@ ## Installation -```shell +If using yarn: +``` $ yarn add jest-html-reporter --dev ``` +If using npm: +``` +$ npm install jest-html-reporter --save-dev +``` ## Usage Configure Jest to process the test results by adding the following entry to the Jest config (jest.config.json):