From 0330f0f94a8f7064cccc2dd29640e4e9ad3a877a Mon Sep 17 00:00:00 2001
From: Igor Markin <igor.markin@vereign.com>
Date: Thu, 10 Dec 2020 15:22:14 +0000
Subject: [PATCH] Update README.md

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 9b9464f..4b4272e 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,9 @@ Library implements normalisation of HTML and plain parts of a MIME message.
 Normalisation strategies documentation:
 https://code.vereign.com/light/documentation/-/blob/master/Validation.md#normalization-strategies
 
+# Initialize project
+`yarn install`
+
 ## Testing
 
 HTML and text files with test cases provided in `__tests__/files`
-- 
GitLab