diff --git a/profile/README.md b/profile/README.md
index 98404c9..f74b3a8 100644
--- a/profile/README.md
+++ b/profile/README.md
@@ -41,7 +41,7 @@
-
+
|
@@ -55,7 +55,7 @@
-
+
|
@@ -69,7 +69,7 @@
-
+
|
@@ -83,7 +83,7 @@
-
+
|
@@ -97,7 +97,7 @@
-
+
|
@@ -111,7 +111,7 @@
-
+
|
@@ -125,7 +125,7 @@
-
+
|
@@ -139,19 +139,20 @@
-
+
|
## Installation and usage
-All subpackages can be download independently from official NuGet registry. You can also download .nupkg files from each repository Releases page.
+All subpackages can be download independently from this organization's NuGet registry. To download package from organization package registry, you have to add new NuGet package source. You will need access details, which you can obtain by contacting the repository owner. You can also download .nupkg files from each repository Releases page.
**CLI:**
```
-dotnet add package SimpleToolkit.
+dotnet nuget add source --name SimpleToolkit --username --password https://repos.mateuszskoczek.com/api/packages/SimpleToolkit/nuget/index.json
+dotnet add package --source SimpleToolikt SimpleToolkit.
```
**Package reference in .csproj file:**