From e3018cd6bc76f3c292daf9e39f9e7fe3868e4af6 Mon Sep 17 00:00:00 2001 From: Vitali Semianiaka Date: Wed, 31 Dec 2025 16:57:27 +0300 Subject: [PATCH] docs enchancement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7819214..e663643 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,8 @@ This is S8N workflow template repository. You can clone this by "Use this templa 3. Rename csproj file to your new directory/project name. +4. Configure (if not yet) public nuget [source](https://code.sharp8n.com/Sharp8N/-/packages/nuget/sharp8n.runtime/1.0.10) with simple command + +> dotnet nuget add source --name Sharp8N + That's all!