diff --git a/s8n-runtime/README.md b/s8n-runtime/README.md
new file mode 100644
index 0000000..f154dfb
--- /dev/null
+++ b/s8n-runtime/README.md
@@ -0,0 +1,9 @@
+### Set up this registry from the command line:
+```
+dotnet nuget add source --name Sharp8N --username your_username --password your_token https://code.sharp8n.com/api/packages/Sharp8N/nuget/index.json
+```
+### To install the package using NuGet, run the following command:
+```
+dotnet add package --source Sharp8N --version 1.0.10 Sharp8N.Runtime
+```
+For more information on the NuGet registry, see the [documentation](https://docs.gitea.com/usage/packages/nuget/).
diff --git a/s8n-runtime/s8n-runtime.csproj b/s8n-runtime/s8n-runtime.csproj
index b221c21..9bf45df 100644
--- a/s8n-runtime/s8n-runtime.csproj
+++ b/s8n-runtime/s8n-runtime.csproj
@@ -11,16 +11,17 @@
true
Sharp8N.Runtime
- 1.0.0
+ 1.0.10
Vitalick S
Sharp8N
Sharp8N runtime library, that allows run s8n workflows
- code.sharp8n.com
+ Sharp8N/Sharp8N.Runtime
+ README.md
-
+