2025-12-31 16:52:00 +03:00
|
|
|
# Instructions
|
2025-12-25 12:19:25 +00:00
|
|
|
|
2025-12-31 16:52:00 +03:00
|
|
|
This is S8N workflow template repository. You can clone this by "Use this template" button.
|
|
|
|
|
|
|
|
|
|
1. In Template Items section check Git Content (Default Branch) option.
|
|
|
|
|
|
|
|
|
|
2. Checkout your new repository to your dev environment.
|
|
|
|
|
|
|
|
|
|
3. Rename csproj file to your new directory/project name.
|
|
|
|
|
|
2025-12-31 16:57:27 +03:00
|
|
|
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 <https://code.sharp8n.com/api/packages/Sharp8N/nuget/index.json>
|
|
|
|
|
|
2025-12-31 16:52:00 +03:00
|
|
|
That's all!
|