From 15ddd117de3e34b9c6e7f168e7cef74820acd6f2 Mon Sep 17 00:00:00 2001
From: igor <igor.markin@vereign.com>
Date: Tue, 1 Jun 2021 17:48:41 +0300
Subject: [PATCH] Update installation guide

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

diff --git a/README.md b/README.md
index a240aa2..c136e10 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@ Import desired types in the code as needed.
 
 ## Installation
 
-`yarn add git+ssh://git@code.vereign.com:light/clients/utils.git`
+- [Set up](https://code.vereign.com/code/Documentation/-/wikis/Component-Setup/Installation-of-the-private-NPM-packages) authentication to the company NPM account
+- `$ yarn add git+ssh://git@code.vereign.com:light/clients/utils.git @vereign/lib-mime`
 
 ## Development
 
-- 
GitLab